In C, a global variable is a variable :
ADeclared in the main() function
BDeclared outside the body of every function
CDeclared in any function other than the main() function
DDeclared anywhere in the C programme
ADeclared in the main() function
BDeclared outside the body of every function
CDeclared in any function other than the main() function
DDeclared anywhere in the C programme