Answers ( 1 )

  1. 15 Feb 2025

    Dynamic memory allocation is the process of allocating and freeing memory in a program at the runtime . The dynamic memory allocation process reserve the memory require by the program and allow the program to utilize the memory.

    Some properties of (DMA)
    Memory is allocate at runtime .
    Heap memory is used.
    Dynamic memory allocation is slow.
    Memory can be resized and dynamically reused.
    The allocation process is simple but complicate.

    1

Leave an Answer


umesh

Ask by umesh

 Prev question

Next question