Home / C Programming / Memory Allocation :: Discussion

Discussion :: Memory Allocation

  1. Specify the 2 library functions to dynamically allocate memory?

  2. A.
    malloc() and memalloc()
    B.
    alloc() and memalloc()
    C.
    malloc() and calloc()
    D.
    memalloc() and faralloc()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment