Which of the following operator is used to release dynamically allocated memory space?

156. Which of the following operator is used to release dynamically allocated memory space?

  1. new
  2. remove
  3. release
  4. delete

Answer: D) delete

Explanation:

The "delete" operator is used to release dynamically allocated memory space.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.