P
Q. Which of the following is used to allocate memory dynamically in C++?
The 'new' keyword is used for dynamic memory allocation in C++.
You must be Logged in to update hint/solution
Q. Which of the following approach is used by C++?
Q. What handler do we use if we want to handle all the types of exceptions?
Q. Mechanism of deriving a class from another derived class is known as_______
Q. A function can be declared as friend maximum only in two classes.
Q. How many fundamental data types are there in C++?
Q. Choose the operator which cannot be overloaded.
Q. To read the multi-word string we use the function?
Q. If the copy constructor receives its arguments by value, the copy constructor would
Discusssion
Login to discuss.