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
How can I make it pause before closing the program output window?
What is a spanning Tree?
What is the best way to comment out a section of code that contains comments?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is string constants?
I have a varargs function which accepts a float parameter?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Do you know null pointer?
Where static variables are stored in memory in c?
What kind of structure is a house?
Why flag is used in c?
What are the scope of static variables?
write a program to create a sparse matrix using dynamic memory allocation.
what is the structure pointer?
Write a program to check prime number in c programming?