Home » C Programming » Storage Classes » Question
  1. void * malloc(size_t n) returns?
    1. NULL if the request can be satisfied
    2. Nothing
    3. Pointer to n bytes of uninitialized storage
    4. All of above
    5. None of these
Correct Option: C

Pointer to n bytes of uninitialized storage



Your comments will be displayed only after manual approval.