Computer Science, asked by priyapiu9491, 1 year ago

Which operators are used to allocate memory for an object?

Answers

Answered by Hacket
2

Operator new dynamically allocates memory for an object and returns a reference to it.

Similar questions