Q. What does the 'realloc()' function do?
β
Correct Answer: (C)
Resizes previously allocated memory
Explanation: realloc() changes the size of the memory block.