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
How can I find the modification date and time of a file?
What are qualifiers?
Mention four important string handling functions in c languages .
Differentiate between null and void pointers.
Define the scope of static variables.
How do you use a 'Local Block'?
What are the standard predefined macros?
what is reason of your company position's in india no. 1.
What is volatile, register definition in C
How many header files are in c?
What is array of structure in c programming?
How do you list a file’s date and time?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
How can I do serial ("comm") port I/O?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.