Operator used for dynamic memory allocation - new

Q.  In C++, dynamic memory allocation is achieved with the operator
- Published on 23 Jun 15

a. new
b. this
c. malloc( )
d. calloc()

ANSWER: new

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)