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 / mustaffa hasan

Auto,Static,Extern,Register.Auto are Local variables known
only to the function in which it is declared.Default is
auto.Static are Local variable which exits and retains its
value even after the control is transferred to the calling
function.Global are Global variables known to all functions
in the file.Register are Local variable which is stored in
register.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is exit(status) truly equivalent to returning the same status from main?

1121


Where static variables are stored in c?

1173


What is the 'named constructor idiom'?

1150


How do I copy files?

1108


What do header files do?

1140


What is the correct code to have following output in c using nested for loop?

1124


What is a class c rental property?

1146


Which is better between malloc and calloc?

1255


What is gets() function?

1192


What is static memory allocation?

1250


Write a program of advanced Fibonacci series.

1206


Create a simple code fragment that will swap the values of two variables num1 and num2.

1329


What are header files in c programming?

1182


What is operator precedence?

1283


When should a type cast be used?

1066