1.

What is the purpose of ‘delete’ operator?

Answer»

‘delete’ operator is used to release the dynamic memory which was created using ‘new’ operator.



Discussion

No Comment Found