-
What is the output of the following sample C Code
int *ptr = (int *)malloc(100*(sizeof(int)));ptr++;free(ptr);
-
int *ptr = (int *)malloc(100*(sizeof(int)));ptr++;free(ptr);
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.