What is the purpose of extern storage specifier?
Long Answer
Views 995
Answer:
Used to resolve the scope of global symbol.
Example:
main() {
extern int j;
Printf("%d",j);
}
int j = 20;
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of C Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.