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 the different types of Storage classes?

Answer Posted / narendra kumar

ans 2 is correct but only a wrong thing in this is static
means it's scope exits through out the programme.it is same
as the global declaration of the object.
ex. static count=0;
++count
it will give 1
in another function we use ++count than it will give 2 not 1

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a tuple c++?

1052


What do you mean by global variables?

1123


What is the difference between the functions memmove() and memcpy()?

1169


What is the difference between global variables and static varables?

1190


What are the manipulators in c++?

1087


Describe linkages and types of linkages?

1046


Explain deep copy and a shallow copy?

1117


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

1130


Which sort does c++ use?

1081


What should main() return in c and c++?

1073


When do we use copy constructors?

1133


What is constant in c++ with example?

1206


How much maximum can you allocate in a single call to malloc()?

1159


What is set in c++?

1183


How many static variables are created if you put one static member into a template class definition?

1088