InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function can be used for dynamic memory allocation of objects?(a) malloc()(b) calloc()(c) create()(d) malloc() and calloc()I have been asked this question during an internship interview.I need to ask this question from Memory Allocation of Object in division Object of Object Oriented Programming |
|
Answer» The correct CHOICE is (d) malloc() and calloc() |
|