Computer Science, asked by skywalker0733, 7 months ago

Global variables are accessed using​

Answers

Answered by Edhaliniyazh
0

Answer:

Global variables hold their values throughout the lifetime of your program and they can be accessed inside any of the functions defined for the program. A global variable can be accessed by any function. That is, a global variable is available for use throughout your entire program after its declaration.

Answered by Nivyasabu
0

Answer:

please mark me on brain list

Explanation:

Global variables hold their values throughout the lifetime of your program and they can be accessed inside any of the functions defined for the program. A global variable can be accessed by any function. That is, a global variable is available for use throughout your entire program after its declaration.

Similar questions