Which type of memory is allocated using dynamic memory allocation?

152. Which type of memory is allocated using dynamic memory allocation?

  1. Stack
  2. Heap
  3. Static
  4. Program code

Answer: B) Heap

Explanation:

When we use dynamic memory allocation, memory is allocated in the heap segment.

Comments and Discussions!

Load comments ↻






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