What is the purpose of extern storage specifier?

C Programming Language >   Variable in C Language >   Variable types and Scope in C  

Short Question

998


Answer:

Used to resolve the scope of global symbol.

Example: 
main() {
extern int j;
Printf("%d",j);
}

int j = 20;


This Particular section is dedicated to Question & Answer only. If you want learn more about C Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.