0
No output plz explain
3 odpowiedzi
+ 2
yes, there shouldn't be any output because you only have allocated memory and then deleted it....
+ 1
Hi,
You have initialized array using pointers and deleted the allocated memory, no operation is performed so No output.
+ 1
This won't work because first you have allocated memory and then you've deleted it, therefore no operation is performed so their is not output.