What are Storage Classes in C ?
Answer Posted / pranab kumar rana
According to denis ritchie there are 5 types of storage classes
1. auto
2.static
3.register
4.extern
5. typrdef
you all know about the abobe 4 types but in typedef is
actually not used as a storage class . but when it combines
with a variable it comes to the resolution
'
| Is This Answer Correct ? | 127 Yes | 46 No |
Post New Answer View All Answers
Why isnt any of this standardized in c?
Can you please explain the difference between strcpy() and memcpy() function?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How many types of sorting are there in c?
What is the role of this pointer?
What is scope of variable in c?
Is the exit() function same as the return statement? Explain.
How many data structures are there in c?
Differentiate fundamental data types and derived data types in C.
how to build a exercise findig min number of e heap with list imlemented?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Does c have class?
What are the restrictions of a modulus operator?
Where static variables are stored in memory in c?
Difference between exit() and _exit() function?