P
Q. If a function is friend of a class, which one of the following is wrong?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. How many instruction sequences are there in C++?
Q. class derived: public base1, public base2 { } is an example of
Q. Which of the following is not a valid C++ data type?
Q. Which of the following operators is used with a pointer to access members of a class?
Q. The statement i++; is equivalent to
Q. Which of the following problem causes an exception?
Q. Using which of the following keywords can an exception be generated?
Q. Value of ix+j, if i,j are integer type and ix long type would be
Q. What is the output of the following C++ code?
Q. Which of the following, in C++, is inherited in a derived class from base class?
Discusssion
Login to discuss.