A

Admin • 833K Points
Coach

Q. Which of the following header files includes memory allocation functions?

  • (A) stdlib.h
  • (B) stdio.h
  • (C) conio.h
  • (D) math.h
  • Correct Answer - Option(A)
  • Views: 31
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

malloc(), calloc(), realloc(), and free() are declared in stdlib.h.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.