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 difference between static global and global ?

Answers were Sorted based on User's Feedback



What is the difference between static global and global ?..

Answer / leossk

Scope of the static variable is limited to that file, while
global is for all the files in that project space.

Is This Answer Correct ?    5 Yes 0 No

What is the difference between static global and global ?..

Answer / shakti singh khinchi

Scope of static variable is limited to different function
calls for a file, whereas global variable exists in multiple
files.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,


What are the three forms of cin.get() and what are their differences?

0 Answers  


How to give an alternate name to a namespace?

0 Answers  


What does I ++ mean in c++?

0 Answers  


What is set in c++?

0 Answers  


How do you establish a has-a relationship?

0 Answers  


Is multimap sorted c++?

0 Answers  


Does c++ cost money?

0 Answers  


How can virtual functions in c++ be implemented?

0 Answers  


Explain the static storage classes in c++.

0 Answers  


What is stl containers in c++?

0 Answers  


What is the difference between a definition and a declaration?

0 Answers  


Categories