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()?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of c++?

1430


What is type of 'this' pointer?

1117


Which is the best c++ compiler?

1130


What you know about structures in C++?

1141


Can we use clrscr in c++?

1129


Explain shallow copy?

1113


Describe delete operator?

1146


What are the advantages of using friend classes?

1198


Do you need a main function in c++?

1166


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

1127


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

1024


Explain the isa and hasa class relationships.

1100


What is recursion?

2377


Explain how functions are classified in C++ ?

1297


Do the names of parameters have to agree in the prototype, definition, and call to the function?

1078