Science, asked by temakajinkya, 6 hours ago

new operator is used​

Answers

Answered by bariksasthi02
0

Answer:

Use of the new operator signifies a request for the memory allocation on the heap. If the sufficient memory is available, it initializes the memory and returns its address to the pointer variable. The new operator should only be used if the data object should remain in memory until delete is called.

Answered by hs8287031
0

Answer:

Use of the new operator signifies a request for the memory allocation on the heap. If the sufficient memory is available, it initializes the memory and returns its address to the pointer variable. The new operator should only be used if the data object should remain in memory until delete is called

Similar questions