Home / C Programming / Memory Allocation :: Discussion

Discussion :: Memory Allocation

  1. malloc() allocates memory from the heap and not from the stack.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment