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


Please Help Members By Posting Answers For Below Questions

why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

627


What is c token?

597


What is modifier & how many types of modifiers available in c?

596


Is fortran still used in 2018?

582


please explain every phase in the "SDLC" in the dotnet.

2169






What is a protocol in c?

550


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2972


differentiate built-in functions and user – defined functions.

607


Why c language is called c?

559


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

818


Explain what header files do I need in order to define the standard library functions I use?

641


What is the use of bitwise operator?

676


Write a C program in Fibonacci series.

622


while initialization of array why we use a[][2] why not a[2][]...?

1853


What is the use of ?

609