Top

Discussion

void * malloc(size_t n) returns:

  • A.Pointer to n bytes of uninitialized storage
  • B.NULL if the request cannot be satisfied
  • C.Nothing
  • D.Both a & b are true

Answer: D

None

No comment is present. Be the first to comment.
Loading…

Post your comment