Home / C Programming / Memory Allocation :: Discussion

Discussion :: Memory Allocation

  1. What function should be used to free the memory allocated by calloc() ?

  2. A.
    dealloc();
    B.
    malloc(variable_name, 0)
    C.
    free();
    D.
    memalloc(variable_name, 0)

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment