What are global variables?

a. Global variables are variables that are accessed at the main program level.
b. Global variables are variables that appear between the parentheses of a function definition.
c. Global variables are variables that appear between the parentheses of a function call.
d. Global variables are variables in which values are stored within a function.



Answer :

Other Questions