What are Storage Classes in C ?

Answer Posted / priya

WHEN we define any funtion in c program then we
can call that in every definend class.
there are four types of storage class. they are
1 AUTO OR AUTOMATIC STORAGE CLASS
2 REGISTER STORAGE CLASS
3 STATIC STORAGE CLASS
4 EXTERNALSTORAGE CLASS

Is This Answer Correct ?    31 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use & in c?

564


Explain the difference between getch() and getche() in c?

542


Mention four important string handling functions in c languages .

594


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1786


Why does everyone say not to use gets?

577






Do pointers need to be initialized?

537


What are disadvantages of C language.

624


What is %s and %d in c?

565


What is the difference between c &c++?

623


What are the different file extensions involved when programming in C?

723


What is the use of c language in real life?

504


How can I do graphics in c?

574


What is the method to save data in stack data structure type?

575


Should I learn data structures in c or python?

558


Explain heap and queue.

559