The variable which can be accessed by all modules in a program are known as
Answers
Answered by
3
Answer:
An external variable can be accessed by all the functions in all the modules of a program. It is a global variable. For a function to be able to use the variable, a declaration or the definition of the external variable must lie before the function definition in the source code
Answered by
0
Answer:
a global variable
NOTE : a static global variable can only be accessed by static functions
Similar questions