R
Q. Which of the following is correct about class and structure?
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. What is the output of the following C++ code?
Q. Value of ix+j, if i,j are integer type and ix long type would be
Q. To read the multi-word string we use the function?
Q. What happens when delete is used for a NULL pointer? int *ptr = NULL; delete ptr;
Q. Which of the following is the correct syntax for defining a pure virtual function in C++?
Q. Which of the following are member dereferencing operators in CPP? 1.* 2. :: 3. ->* 4. ::* 5. ->
Q. In C++ Program, inline fuctions are expanded during ____
Q. Destructor has a same name as the constructor and it is preceded by?
Discusssion
Login to discuss.