What are Storage Classes in C ?
Answer Posted / bhagwan singh mer
if we declare any variable its type and storage class is
also be declare.storage class tells us that
1.where the variable is stored.
2.what is its initial value.
3.what is the scope of the variable.
4.and last is what is the life of the variable.
THERE ARE FOUR TYPES OF STORAGE CLASS IN C-
1.AUTOMATIC STORAGE CLASS
2.REGISTER STORAGE CLASS
3.STATIC STORAGE CLASS
4.EXTERNAL STORAGE CLASS
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
What does == mean in texting?
What are identifiers c?
What is the size of structure pointer in c?
what are bit fields? What is the use of bit fields in a structure declaration?
Explain bit masking in c?
Calculate 1*2*3*____*n using recursive function??
What is equivalent to ++i+++j?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
How do I use void main?
What is the difference between Printf(..) and sprint(...) ?
Explain the difference between null pointer and void pointer.
can anyone suggest some site name..where i can get some good data structure puzzles???
What are the modifiers available in c programming language?
Is printf a keyword?
What is a struct c#?