What is a global variable?


Global variables are those variables which are visible to all functions. Any function can read/modify them. Global variable remain till program terminates.

Post a Comment

0 Comments