Home » C++ Programming » Questions and Answers » Question
  1. What are the operators available in dynamic memory allocation?
    1. compare
    2. new
    3. delete
    4. both new & delete
    5. None of these
Correct Option: D

new and delete operators are mainly used to allocate and deallocate during runtime.



Your comments will be displayed only after manual approval.