Q. What does the 'realloc()' function do? (A) Allocates memory (B) Frees memory (C) Resizes previously allocated memory (D) Reallocates file stream ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Resizes previously allocated memory Explanation: realloc() changes the size of the memory block.