No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following C++ code will give error on compilation?
Q. Which of the following is CPP style type-casting?
Q. When overloading unary operators using Friend function,it requires_____ argument/s.
Q. A static variable is initialized to ‐‐‐‐‐when the first object of its class is created.
Q. Which STL container stores key-value pairs and provides fast retrieval based on keys?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x %= y);
Q. What is the size of the 'int' data type in C++?
Q. In case of arguments passed by values when calling a function such as z=addidion(x,y),
Q. The process of building new classes from existing one is called ______.
Q. If the copy constructor receives its arguments by value, the copy constructor would
Discusssion
Login to discuss.