An array element is accessed using
It is possible to declare as a friend
Which of the following cannot be legitimately passed to a function
Within a switch statement
What does the following statement mean?
Which is more effective while calling the functions?
The address of a variable varr of type int is
Void pointer can point to which type of objects?
What will you use if you are not intended to get a return value?
Use of virtual functions implies
Which of the following will produce a value of 10 if x = 9.3
What is the syntax of inheritance of class?
Which constructor will initialize the base class data member?
Which symbol is used to declare the preprocessor directives?
Mechanism of deriving a class from another derived class is known as
Which of the following correctly declares an array?
A class defined within another class is
How many types of macros are there in c++?
How many minimum number of functions are need to be presented in c++?
Data members which are static
which keyword is used to define the macros in c++?
Runtime polymorphism is achieved by
Members of a class, by default are
The process of building new classes from existing one is called _____________________ .