adspace
Answer Posted / Deepak Diwakar
The "new" operator is used for dynamic memory allocation in C++. It allocates memory for an object, initializes it with default values if the object has a constructor, and returns a pointer to the allocated memory. The size of the object is determined by its data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers