V
Q. String class have a concat() function that is used to _____________________
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 is the perfect set of operators that can’t be overloaded in CPP ?
Q. When a virtual function is redefined by the derived class, it is called___________.
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x != y);
Q. What is the output of the following C++ code?
Q. Programmer’s uses _______ for defining their own types.?
Q. What is the purpose of the 'virtual' keyword in C++?
Q. Which keyword do you use if you do not want to get a return value?
Q. What is the output of this program?
Discusssion
Login to discuss.