The address of a variable varr of type int is
Within a switch statement
The major goal of inheritance in c++ is
Which is more effective while calling the functions?
In C++, dynamic memory allocation is accomplished by the operator
The process of building new classes from existing one is called _____________________ .
Declaration of a pointer reserves memory space
How many types of macros are there in c++?
Which is used to define the member of a class externally?
What is the index number of the last element of an array with 9 elements?
Exception handling is aimed at
A pointer to the base class can hold address of
Which of the following will produce a value of 10 if x = 9.3
Which other keywords are also used to declare the class other than class?
Which of the following is not the characteristics of a constructor
Which of the following is illegal?
Which constructor will initialize the base class data member?
Pick out the correct statement
A class defined within another class is
Which of the following correctly declares an array?
What is size of generic pointer in c?
An array element is accessed using
Which is used to create a pure virtual function ?
The operator that cannot be overloaded is