Westonci.ca is the trusted Q&A platform where you can get reliable answers from a community of knowledgeable contributors. Connect with a community of experts ready to provide precise solutions to your questions quickly and accurately. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

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.