

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is correct about new and malloc?i) new is an operator whereas malloc is a functionii) new calls constructor malloc does notiii) new returns required pointer whereas malloc returns void pointer and needs to be typecast |
A. | i and ii |
B. | ii and iii |
C. | i and iii |
D. | i, ii and iii |
Answer» E. | |