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 |
How java is different from c and c++?
What is this weird colon-member (" : ") syntax in the constructor?
Difference between Abstraction and encapsulation in C++?
write a program that takes two numbers from user that prints the smallest number
What are raw sockets, where they are efficient?
What is ifstream c++?
What is command line arguments in C++? What are its uses? Where we have to use this?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Explain the difference between using macro and inline functions?
Can circle be called an ellipse?
What is the full form of india?
What are the vectors in c++?