What are dynamic allocation operators in C++
Answers
Answered by
1
Explanation:
C++ supports dynamic allocation and deallocation of objects using the new and delete operators. These operators allocate memory for objects from a pool called the free store. The new operator calls the special function operator new , and the delete operator calls the special function operator delete .
Answered by
1
" I hope it is help full for u "
plz mark me on brainlest
Attachments:
Similar questions