R
Q. Which of the following is not a valid C++ data type?
C++ does not have a 'decimal' data type.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the purpose of the 'friend' function in C++?
Q. When are the pointer types known for upcasting the objects?
Q. Which of the following is a UML relationship.
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x & y);
Q. A language which has the capability to generate new data types are called
Q. What is the output of the following C++ code?
Q. A pure virtual function is specified by placing?
Q. Which of the following statement is correct?
Q. Which of the following are member dereferencing operators in CPP? 1. * 2. :: 3. ->* 4. ::* 5. ->
Discusssion
Login to discuss.