What does catch(…) mean?
No Answer is Posted For this Question
Be the First to Post Answer
Who discovered c++?
Explain what is oop?
If I is an integer variable, which is faster ++i or i++?
What is a character in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What is an undefined behavior and sequence points
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
Explain rethrowing exceptions with an example?
What is the difference between #import and #include?
What is atoi?
What are shallow and deep copy?
Differentiate between the message and method in c++?