Home / C Programming / Memory Allocation :: Discussion

Discussion :: Memory Allocation

  1. When we dynamically allocate memory is there any way to free memory during run time?

  2. A.
    Yes
    B.
    No

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Using free()


Be The First To Comment