Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
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 |
Implement stack operations with pointers with appropriate exception checks.
Describe new operator and delete operator?
What are the advantages of using friend classes?
Is c++ used anymore?
What is the use of function pointer?
What is rvalue?
Can member data be public?
What is isdigit c++?
What is a vector c++?
Why do we need templates?
Is it possible for a member function to use delete this?
what is pulse code modulation?