MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following remarks about realloc are true? |
| A. | it allocates memory of required size that need not be contiguous |
| B. | it may shift the existing block |
| C. | it can work only with an existing block of memory |
| D. | both (b) and © |
| Answer» E. | |