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 is the definition of storage classes?

Answer Posted / shobana

variables in C can have not only data type but also storage
class that provides information about their location and
visibility. The storage class decides the portion of the
program within which the variables are recognized.

Is This Answer Correct ?    38 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can include files be nested? How many levels deep can include files be nested?

1207


What is a method in c?

1214


Is malloc memset faster than calloc?

1133


difference between Low, Middle, High Level languages in c ?

2144


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

4054


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

1162


Differentiate between the = symbol and == symbol?

1369


Is null always equal to 0(zero)?

1098


What is register variable in c language?

1067


Can you please explain the difference between malloc() and calloc() function?

1184


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

1258


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1173


Explain the use of fflush() function?

1134


What is the use of c language in real life?

1074


Explain what is the purpose of "extern" keyword in a function declaration?

1128