Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. void * malloc(size_t n) returns:
  2. A.
    Pointer to n bytes of uninitialized storage
    B.
    NULL if the request cannot be satisfied
    C.
    Nothing
    D.
    Both a & b are true

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    None.


Be The First To Comment