

MCQOPTIONS
Saved Bookmarks
1. |
In the function realloc(), if the new size of the memory block is larger than the old size, then the added memory ___________ |
A. | is initialized to junk values |
B. | is initialized to zero |
C. | results in an error |
D. | is not initialized |
Answer» E. | |