Differentiate between an inspector and a mutator ?
No Answer is Posted For this Question
Be the First to Post Answer
What is function overloading c++?
When should overload new operator on a global basis or a class basis?
Can you please explain the difference between overloading and overriding?
What will happen if when say delete this ?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What are function poinetrs? where are they used?
What is capacity in vector in c++?
Explain the register storage classes 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.
Give example of a pure virtual function in c++?
Can turbo c++ run c program?