Assignment submitted option

Sir where I submit the assignment I want to submit assignment? yeasterday classes discuss in pointer and how it should create a relationship in reference variable how would I delete a pointer in c++ that has been passed to a function and I do not know how it was?

To delete a pointer you must define it using new and then to delete:
delete pointer_name;
delete[] pointer_array;
Pointer stores the address of variable it points to and hence creates a refrence.
As far as assignement is concenred,i will let you know after asking one of my senior.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.