What are Storage Classes in C ?
Answer Posted / priya
WHEN we define any funtion in c program then we
can call that in every definend class.
there are four types of storage class. they are
1 AUTO OR AUTOMATIC STORAGE CLASS
2 REGISTER STORAGE CLASS
3 STATIC STORAGE CLASS
4 EXTERNALSTORAGE CLASS
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What are structures and unions? State differencves between them.
Can you write the algorithm for Queue?
find the sum of two matrices and WAP for it.
How can you increase the size of a statically allocated array?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Write a program to check armstrong number in c?
What are the 4 types of unions?
What is main return c?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What are the advantages of using Unions?
What’s the special use of UNIONS?
write a program to concatenation the string using switch case?
How to get string length of given string in c?
Suggesting that there can be 62 seconds in a minute?
How are strings stored in c?