What are Storage Classes in C ?
Answer Posted / santhi
there are 4 types of storage classes.they are-
extern,auto,register,static.
| Is This Answer Correct ? | 441 Yes | 50 No |
Post New Answer View All Answers
How can I open a file so that other programs can update it at the same time?
c language interview questions & answer
What is New modifiers?
write a program to concatenation the string using switch case?
What is the use of typedef in structure in c?
Can you write the algorithm for Queue?
What are register variables? What are the advantage of using register variables?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How pointer is different from array?
explain what are actual arguments?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Can a local variable be volatile in c?
Tell me when is a void pointer used?
What are the loops in c?