-
The name of the variable used in one function cannot be used in another function.
-
- May be
- True
- False
- All of above
- None of these
Correct Option: C
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.