CBSE Class 12 Computer Science Question 52 of 103

Working with Functions — Question 10

Back to all questions
10
Question

Question 10

Variables defined inside functions can have global scope.

Answer

False

Reason — Variables defined inside functions have only local scope. This means that they are only accessible within the function in which they are defined.