1.

Choose a correct statement about static variable.

A. A static global variable can be accessed in other files.
B. A static global variable can be used only in a file in which it is declared.
C. A static global variable can not be declared without extern keyword.
D. Default value of a static variable is -1.
Answer» C. A static global variable can not be declared without extern keyword.


Discussion

No Comment Found