Open In App

UGC-NET | UGC NET CS 2017 Jan – II | Question 13

Which of the following storage classes have global visibility in C/C++ ?
(A) Auto
(B) Extern
(C) Static
(D) Register

Answer: (B)
Explanation: Extern storage classes have global visibility in C/C++.
For more information Refer:Storage Classes in C
So, option (B) is correct.
Quiz of this Question

Article Tags :