1.

State the use of new operator​

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.Explanation:I hope it is helpful plz marks me as brainlieast and give me thanks at all my answers and follow me


Discussion

No Comment Found