Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are Storage Classes in C ?

Answer Posted / yogeshwar parashar

definition of storage class:-
WHEN WE DEFINE ANY VARIABLE IN COMPUTER IT'S REQUIRE
SOME PHYSICAL LOCATION, TWO TYPES OF LOCATION HAS COMPUTER
1)COMPUTER MEMORY
2)CPU REGISTER.
STORAGE CLASS HAS SOME FEATURES FOR EVERY VARIABLE LIKE
A)LOCATION OR VARIABLE
B)INITIAL VALUE OF THE VARIABLE, IF IT IS NOT DEFINE THEN
WE FIND BY DEFAULT VALUE OR GARBEGE VALUE.
C)SCOPE (VISIBILITY) OF THE VARIABLE.
D)LIFE OF THE VARIABLE

THERE ARE FOUR TYPES OF STORAGE CLASSES IN C PROGRAMMING.

A) AUTOMATIC STORAGE CLASS
B) REGISTER STORAGE CLASS
C) STATIC STORAGE CLASS
D) EXTERNAL STORAGE CLASS
THANK YOU...
YOGESHWAR PARASHAR

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by c what are the main characteristics of c language?

1079


Does free set pointer to null?

1067


How can you avoid including a header more than once?

1024


how to construct a simulator keeping the logical boolean gates in c

2307


Explain what are binary trees?

1131


What is the difference between fread buffer() and fwrite buffer()?

1228


Explain how can a program be made to print the line number where an error occurs?

1284


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1313


Describe dynamic data structure in c programming language?

1140


Can main () be called recursively?

1181


Are pointers integers in c?

1128


Function calling procedures? and their differences? Why should one go for Call by Reference?

1139


What is a global variable in c?

1083


Why do some versions of toupper act strangely if given an upper-case letter?

1117


‎How to define structures? · ‎

1149