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 do you mean by storage classes?



What do you mean by storage classes?..

Answer / hrpynux@gmail.com

Storage Classes are used to describe the features of a variable/function. These features basically include the scope, visibility and life-time which help us to trace the existence of a particular variable during the runtime of a program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the size of pointer ? Also size of pointer in 64 bit pointer

4 Answers  


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

0 Answers   TCS,


What are the advantages of using const reference arguments in a function?

0 Answers  


What is the use of object in c++?

0 Answers  


Does c++ have string data type?

0 Answers  


Write a program which uses Command Line Arguments

0 Answers  


Define 'std'.

0 Answers  


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


What is private public protected in c++?

0 Answers  


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What are the uses of pointers?

0 Answers  


Categories