Find accurate and reliable answers to your questions on IDNLearn.com. Get accurate and detailed answers to your questions from our dedicated community members who are always ready to help.

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.