Q.1.

How many ways are there to initialize int with a constant?

Q.2.

What is the user-defined header file extension in c++?

Q.3.

Which of the following can derived class inherit?

Q.4.

How many types of macros are there in c++?

Q.5.

How many ways of reusing are there in class hierarchy?

Q.6.

How many parameters are present in mismatch method in non-sequence modifying
algorithm?

Q.7.

What of the following describes protected access specifier?

Q.8.

What will happen when introduce the interface of classes in a run-time polymorphic hierarchy?

Q.9.

The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is

Q.10.

In which of the following we cannot overload the function?

Q.11.

How to handle error in the destructor?

Q.12.

What is meant by pure virtual function?

Q.13.

Which keyword is used to declare the min and max functions?

Q.14.

What are the mandatory part to present in function pointers?

Q.15.

To which type of class, We can apply RTTI?

Q.16.

Values that are used to end loops are referred to as _____ values.

Q.17.

A special member function of a class, which is invoked automatically whenever an object goes out of the scope is called

Q.18.

What will happen when an exception is not processed?

Q.19.

What is mandatory for designing a new container?

Q.20.

What is meant by exception specification?