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...


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?



Can you think of a situation where your program would crash without reaching the breakball, which yo..

Answer / neelam saini

C++ allows for dynamic initialization of global variables before main() is invoked. It is possible that initialization of global will invoke some function. If this function crashes the crash will occur before main() is entered.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are vectors used for in c++?

0 Answers  


What is abstraction c++?

0 Answers  


Can you Mention some Application of C/C++?

0 Answers  


What do manipulators do?

0 Answers  


What is an Iterator class?

1 Answers  


What are c++ redistributables?

0 Answers  


What is a singleton class c++?

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


What is a class template in c++?

0 Answers  


How would you call C functions from C++ and vice versa?

0 Answers   Genpact,


Explain how we implement exception handling in c++?

0 Answers  


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

0 Answers  


Categories