Run time allocation of memory is triggered by the operator ____.
Answers
Answered by
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
0
c++
hope that helps you
Similar questions