What are Storage Classes in C ?
Answer Posted / ramiz n sayyed
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 ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are examples of structures?
Explain what is the difference between text files and binary files?
What is the heap in c?
If null and 0 are equivalent as null pointer constants, which should I use?
Is there a way to switch on strings?
What are different types of operators?
What is ponter?
Combinations of fibanocci prime series
What are structures and unions? State differencves between them.
What is the code for 3 questions and answer check in VisualBasic.Net?
What is wrong with this program statement? void = 10;
How macro execution is faster than function ?
What does the format %10.2 mean when included in a printf statement?
What is c definition?
What is exit() function?