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 difference between static and non-static variables

Answer Posted / achal ubbott

The above answers are correct. A local static variable is
stored in heap. But a local variable is stored onto stack.

A Global variable made static can't be accessed from a
function outside the file using extern. So it limits the
scope.

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a set in c++?

1029


What is exception handling? Does c++ support exception handling?

1084


Can I run c program in turbo c++?

1082


What data encapsulation is in c++?

1242


What you know about structures in C++?

1145


Which is better c++ or java?

1036


Will this c++ program execute or not?

1161


What is the use of main function in c++?

1019


What is meant by forward referencing and when should it be used?

1071


an operation between an integer and real always yeilds a) integer result b) real result c) float result

1215


Does improper inheritance have a potential to wreck a project?

1217


Is empty stack c++?

1059


what is data encapsulation in C++?

1125


Tell me what are static member functions?

1136


What is the use of 'this' pointer?

1300