A

Admin • 802.91K Points
Coach

Q. What does the 'realloc()' function do?

  • (A) Allocates memory
  • (B) Frees memory
  • (C) Resizes previously allocated memory
  • (D) Reallocates file stream
  • Correct Answer - Option(C)
  • Views: 9
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
realloc() changes the size of the memory block.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.