An array element is accessed using
If x = 5, y = 2 then x ^ y equals________.(where ^ is a bitwise XOR operator)
A property which is not true for classes is that they
What is the error in the following code?class t{virtual void print();}
If you wanted to sort many large objects or structures, it would be most efficient to
What would be the output of the following program?int main(){int x,y=10,z=10;x = (y = =z);cout<<x;return 0;}
Which of the following declarations are illegal?
The process of building new classes from existing one is called
The following can be declared as friend in a class
Overloading a postfix increment operator by means of a member function takes
Share this page with your friends!