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
What is a null pointer in c?
What is the difference between call by value and call by reference in c?
What is the advantage of using #define to declare a constant?
What is a stream water?
Explain threaded binary trees?
What is a far pointer in c?
Why doesnt the call scanf work?
Is it valid to address one element beyond the end of an array?
What is meant by errors and debugging?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is nested structure?
What is sizeof in c?
What is #line in c?
What is typedf?
What are qualifiers in c?