Solved

Why Is It That All Variables Are Not Declared as Global

Question 22

Multiple Choice

Why is it that all variables are not declared as global?


A) Local variables, in different modules, are completely dependent on each other.
B) Local variables are restrictive.
C) By using local variables, programmers working on a module do not have to worry about what variable names are used in the main module or any other module.
D) Global variables, in different modules, are completely dependent on each other.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions