What are Storage Classes in C ?
Answer Posted / santhi
there are 4 types of storage classes.they are-
extern,auto,register,static.
| Is This Answer Correct ? | 441 Yes | 50 No |
Post New Answer View All Answers
What is scope and lifetime of a variable in c?
What are pointers really good for, anyway?
What is static identifier?
When is a void pointer used?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is volatile c?
Can a void pointer point to a function?
Is it better to bitshift a value than to multiply by 2?
What is d'n in c?
What is a void pointer? When is a void pointer used?
What is c variable?
Can we declare variable anywhere in c?
What are the different types of linkage exist in c?
What is the maximum length of an identifier?
Dont ansi function prototypes render lint obsolete?