What are Storage Classes in C ?
Answer Posted / nagalakshmanarao
storage classes in c defines the scope and lifetime of variables.the storage classes are important only in multifunction and multiple file programms.
storage classes are 4 types:they are 1:auto
2:static
3:extern
4:register
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data structure in c programming?
What extern c means?
Is c compiled or interpreted?
What are header files in c?
Differentiate between calloc and malloc.
What is bash c?
Is it better to use a macro or a function?
What is the difference between new and malloc functions?
What is p in text message?
What does c in a circle mean?
What does a pointer variable always consist of?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Why do we need functions in c?
What is the difference between a string and an array?
Can we assign integer value to char in c?