Computer Science, asked by Agent9466, 10 months ago

The variable which can be accessed by all modules in a program are known as

Answers

Answered by ayushkumar25july
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 adityanandi55082
0

Answer:

a global variable

NOTE : a static global variable can only be accessed by static functions

Similar questions