169k views
0 votes
A local variable can be accessed from anywhere in the program.

a. True
b. False

User Kuba Suder
by
3.3k points

1 Answer

4 votes

Answer:False

Explanation: A local variable can accessed throughout the program by all the functions in the program . It can only be accessed by the function statements in which it is declared not other functions.

User Vivodo
by
3.2k points