In the function realloc(), if the new size of the memory block is larger than the old size, then the added memory ___________

In the function realloc(), if the new size of the memory block is larger than the old size, then the added memory ___________ Correct Answer is not initialized

The function realloc() changes the size of a particular memory block. If the new size is larger than the old size, the added memory is not initialized.

Related Questions

In the function realloc(), if the new size of the memory block is larger than the old size, then the added memory . . . . . . . .