Science, asked by prashansaprashansa8, 5 months ago

which of the following operator creates dynamic memory​

Answers

Answered by prakriti36
0

Answer:

Dynamic memory is allocated from the heap with the new operator, which returns the memory to the requesting program as a pointer. The new operator can allocate memory for any kind of data that a program needs, but it is rarely useful to dynamically create individual chars, ints, or doubles

please follow me and mark me as brainlist

Answered by madhu20050110
0

Answer:

dynamic memory is managed with two operators new and delete

Similar questions