View Answer
Workspace
Discuss in Forum
Share
Copy Text
Copy URL
As Image
Answer : Option B
Explanation :
Since the scope of the variable declared within a function is restricted only within that function, the above statement is false.
Since the scope of the variable declared within a function is restricted only within that function, the same name can be used to declare another variable in another function.