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

Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

681


Without Computer networks, Computers will be half the use. Comment.

1881


Write program to remove duplicate in an array?

604


What are the functions to open and close file in c language?

733


What is the general form of function in c?

618






Explain Basic concepts of C language?

652


Why & is used in c?

725


how to capitalise first letter of each word in a given string?

1438


What are the similarities between c and c++?

605


What are nested functions in c?

572


using for loop sum 2 number of any 4 digit number in c language

1740


Explain what is the benefit of using const for declaring constants?

620


What is the difference between abs() and fabs() functions?

613


What is typedef struct in c?

592


Explain the difference between structs and unions in c?

586