CBSE Class 12 Computer Science
Question 37 of 103
Working with Functions — Question 13
Back to all questionsA global variable
Reason — A global variable is a variable declared in top level segment (__main__) of a program and usable inside the whole program and all blocks contained within the program.