A
Q. Which operator is used to allocate memory dynamically in C++?
In C++, the 'new' operator is used to allocate memory dynamically.
You must be Logged in to update hint/solution
Q. The ‐‐‐‐‐‐‐‐‐ principle helps the programmer to build secure programs.
Q. Is it mandatory to call a constructor to create an object?
Q. What would be the output of the following program (in 32-bit systems)?
Q. Binary plus (+) and Binary minus (-) are ___ operator.
Q. In C language, a hexadecimal number is represented by writing
Q. ‐‐‐‐‐‐‐‐ are normally used to maintain values common to the entire class.
Q. Exception handler are declared with _______ keywords:
Q. The enum, unsigned int, short int and int data type’s uses ___ bits.
Q. How do we declare an ‘interface’ class?
Q. Which of the following is the correct way to define a function with a pointer parameter in C++?
Discusssion
Login to discuss.