What is a global statement?
Answer:
A global statement is a declaration which is applied to the entire current block of code and it means that the identifiers in the code block are to be interpreted as globals.
Past Year - 1 Mark Questions
Past Year - 1 Mark Questions
Last updated at Dec. 13, 2024 by Teachoo
Answer:
A global statement is a declaration which is applied to the entire current block of code and it means that the identifiers in the code block are to be interpreted as globals.