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 statements is correct when a class is inherited publicly?
Q. Which keyword is used to declare a constant variable in C++?
Q. How can we restrict dynamic allocation of objects of a class using new?
Q. What is the output of the following code snippet? int x = 10; int *ptr = &x; cout << ptr;
Q. To increase the value of c by one which of the following statement is wrong?
Q. __________are used for generic programming.
Q. Which keyword is used to write Assembly code within a C++ program?
Discusssion
Login to discuss.