Q. A global variable is a variable (Solved)
1. declared in the main ( ) function
2. declared in any function other than the main ( ) function
3. declared outside the body of every function.
4. declared any where in the c program.
- c. declared outside the body of every function.