0
Why does delete command is not working!?
Even though after delete command the address of pointer x is available for output??? https://code.sololearn.com/c04NBVosFRNk/?ref=app
3 Respostas
+ 1
make your own function which deletes then overwrites with zero
0
Thanks!