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


Please Help Members By Posting Answers For Below Questions

The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

679


What is the size of empty structure in c?

601


What is the purpose of macro in C language?

672


How can I get the current date or time of day in a c program?

656


What is the importance of c in your views?

599






a program that can input number of records and can view it again the record

1492


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1333


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

746


What are identifiers and keywords in c?

580


What does sizeof function do?

623


Is null equal to 0 in sql?

659


Explain how do you print only part of a string?

657


What is the use of define in c?

602


What is meant by type specifiers?

666


What are the features of the c language?

652