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 is null pointer in c?
Write a program to print numbers from 1 to 100 without using loop in c?
How are pointers declared in c?
Can one function call another?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Is the exit() function same as the return statement? Explain.
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is meant by high-order and low-order bytes?
where are auto variables stored? What are the characteristics of an auto variable?
How many header files are in c?
What is the significance of c program algorithms?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Explain the advantages and disadvantages of macros.
What is maximum size of array in c?