Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Discover solutions to your questions from experienced professionals across multiple fields on our comprehensive Q&A platform. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

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.