S
Q. What are the formal parameters in C++?
Formal parameters are those which are used in the definition of a function. They are the parameters that represent the actual parameters passed and they are the one which is used inside the function.
You must be Logged in to update hint/solution
Q. When a virtual function is redefined by the derived class, it is called___________.
Q. What is the output of this program?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x |= y);
Q. Can constructors be overloaded?
Q. Which of the following is not a valid data type in C++?
Q. Which operator can not be overloaded?
Q. Rick Mascitti coined the name ___
Q. An array can contain how many kinds of elements ?
Q. Classes in CPP are________ .
Q. Which is used to keep the call by reference value as intact?
Discusssion
Login to discuss.