Select from following answers:- alloc
- sizeof
- new
- malloc
- All Above
'new' keyword is used to allocate the memory for an instance of a class or struct. At first it creates a new object for an instance of a class and then allocates a part of memory in the Heap.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator