0
703views
What is use of storage classes? Explain extern storage classes with suitable example
1 Answer
0
1views

1.The different locations I the computer where we can store data and their accessibility, initial values etc. vary based on the way they are declared. These different ways are termed as different storage classes.

2.In C, we have four storage classes namely

i. Automatic

ii.Register

iii.Static

iv.Extern or Global.

Extern …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.