2. Any variable that is declared in a function can be accessed only in that function is
scope
Answers
Answered by
0
Answer:
Local variable or local scope.
Explanation:
Local variables can be accessed in that function only as they are declared inside that function.
Global variables are declared outside function hence can be used anywhere outside.
Similar questions