In the function realloc(), if the new size of the memory block is larger than the old size, then the added memory ______
Posted: Wed Jul 13, 2022 7:56 pm
a) is initialized to junk values
b) is initialized to zero
c) results in an error
d) is not initialized
b) is initialized to zero
c) results in an error
d) is not initialized