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 |
Can we get the value of ios format flags?
Why do we use structure in c++?
1.what is the difference between software & package &application.
What is the size of a vector?
What is constructor in C++?
Can a built-in function be recursive?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What does std mean in c++?
Differentiate between the message and method in c++?
Is it possible for the objects to read and write themselves?
How do you declare A pointer to a function which receives nothing and returns nothing
Can we make any program in c++ without using any header file and what is the shortest program in c++.