App Logo

No.1 PSC Learning App

1M+ Downloads
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

Answer:

B. Declared outside the body of every function


Related Questions:

Compiler in a computer system is __________
EBCIDIC is a _____ bit code.
MDI stands for:
An example for an empty tag in HTML is :
In C++, when a class serves as a base class to others :