MCQOPTIONS
Saved Bookmarks
| 1. |
What is returned by the function if the space cannot be allocated by the function malloc(), realloc() and calloc()? |
| A. | value |
| B. | error |
| C. | null pointer |
| D. | no value |
| Answer» D. no value | |