Home » C++ Programming » Dynamic Memory » Question
  1. Which operator is used to allocate the memory?
    1. free
    2. =
    3. +
    4. new
    5. None of these
Correct Option: D

The default allocator uses operator new to allocate memory.



Your comments will be displayed only after manual approval.