Which operators are used to allocate memory for an object?
Answers
Answered by
2
Operator new dynamically allocates memory for an object and returns a reference to it.
Similar questions