Computer Science, asked by rizwanbus1234, 7 months ago

Run time allocation of memory is triggered by the operator ____. ​

Answers

Answered by Anonymous
2

Answer:

You can allocate memory at run time within the heap for the variable of a given type using a special operator in C++ which returns the address of the space allocated. This operator is called new operator.

Answered by pknidhi2
0

c++

hope that helps you

Similar questions