adspace
Answer Posted / Shilpi Tyagi
The 'new' operator in C++ is used for dynamic memory allocation. It dynamically allocates memory at runtime and returns a pointer to the allocated memory. The size of the memory to be allocated can be specified using the type of variable being created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers