

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following function can be used for dynamic memory allocation of objects? |
A. | malloc() |
B. | calloc() |
C. | create() |
D. | both malloc() and calloc() |
Answer» E. | |