What does new return if there is insufficient memory to make your new object?
No Answer is Posted For this Question
Be the First to Post Answer
When a function is made inline. Write the situation where inline functions may not work.
How would you represent an error detected during constructor of an object?
Do you know what are static and dynamic type checking?
What is a .lib file in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
How do you flush a buffer in c++?
Why would you use pointers in c++?
What are register variables?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What are virtual constructors/destructors?
Which c++ operator cannot overload?
Explain the differences between list x; & list x();.