MCQOPTIONS
Saved Bookmarks
| 1. |
The differences between malloc( ) and calloc() are: |
| A. | malloc is used for dynamic allocation of memory, while cal:1c can\t be used for that purpose |
| B. | malloc needs only one argument. while cal loc needs two. |
| C. | unlike malloc, calloc allocates memory and initializes it to 0. |
| D. | both (b) and © |
| Answer» E. | |