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 / milind rane.

Storage classes in c are as follows:
1)Automatic storage class.
2)Register storage class.
3)Static storage class.
4)External Storage Class.

And here value stored in CPU Register can always be accessed
faster than the one that is stored memory.

Hope the Ans. is correct!

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

2016


What is header file definition?

1147


What is volatile, register definition in C

1153


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

1079


What is a stream?

1196


How do you write a program which produces its own source code as output?

1175


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2234


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1651


What is chain pointer in c?

1117


What is the difference between a function and a method in c?

1135


What is the use of define in c?

1105


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

2013


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1971


What is the purpose of the preprocessor directive error?

1318


Define C in your own Language.

1134