6th Nov 2017, 10:29 AM
Abdullah Malik
Abdullah Malik - avatar
3 Answers
+ 2
yes, there shouldn't be any output because you only have allocated memory and then deleted it....
6th Nov 2017, 10:33 AM
Cool Codin
Cool Codin - avatar
+ 1
Hi, You have initialized array using pointers and deleted the allocated memory, no operation is performed so No output.
6th Nov 2017, 10:32 AM
Nanda Balakrishnan
+ 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.
6th Nov 2017, 10:48 AM
Harsh
Harsh - avatar