A local variable can be accessed by all the modules of the p
A local variable can be accessed by all the modules of the program
True or False
A local variable can be accessed by all the modules of the program
True or False
True or False
Solution
Answer: False
a local variable can be accssed with in the module only. The scope of local variable is very minimal and available with in the module where it have created.
A gobal variable can be accessed by all modules of the program
