What are Storage Classes in C ?
Answer Posted / thomas
Basically, storage classes in c are there to define the
storage & scope of the various sorts of variables.
we r having following 4 storage classes in C.
01.auto
02.register
03.extern
04.static
In this auto & register has local scope releted to block &
extern & static has global scope to main program.
| Is This Answer Correct ? | 129 Yes | 21 No |
Post New Answer View All Answers
What is a loop?
What are compound statements?
is it possible to create your own header files?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What are the advantages and disadvantages of c language?
What is wrong with this statement? Myname = 'robin';
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What are the application of c?
What is difference between Structure and Unions?
What is the use of a static variable in c?
In C, What is the #line used for?
What is difference between scanf and gets?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What are structure members?