Home » C++ Programming » Dynamic Memory » Question
  1. Which operators are used in the free store?
    1. ++
    2. new
    3. delete
    4. both new & delete
    5. None of these
Correct Option: D

new and delete operators is used to allocate and deallocate the memory for the program.



Your comments will be displayed only after manual approval.