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 is the difference between the parameter to a template and the parameter to a function?

0 Answers  


How do you compile the source code with your compiler?

0 Answers  


What is an inline function in c++?

0 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  


an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  






Why is c++ difficult?

0 Answers  


What are c++ redistributables?

0 Answers  


What is a memory leak c++?

0 Answers  


Is turbo c++ free?

0 Answers  


What is class invariant in c++?

0 Answers  


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


What is object file? How can you access object file?

0 Answers  


Categories