What are Storage Classes in C ?
Answer Posted / milind rane.
Storage classes in c are as follows:
1)Automatic storage class.
2)Register storage class.
3)Static storage class.
4)External Storage Class.
And here value stored in CPU Register can always be accessed
faster than the one that is stored memory.
Hope the Ans. is correct!
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
write a program to print data of 5 five students with structures?
What are dangling pointers in c?
Can variables be declared anywhere in c?
Without Computer networks, Computers will be half the use. Comment.
What are keywords c?
Can a variable be both static and volatile in c?
Define Spanning-Tree Protocol (STP)
What are the data types present in c?
Is c language still used?
what is a function method?give example?
How many types of operator or there in c?
How many parameters should a function have?
Which header file is used for clrscr?
What are the Advantages of using macro
Is it possible to have a function as a parameter in another function?