Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 What will be the output of the program (16-bit platform)? #include<stdio.h> #include<stdlib.h> int main() { int p; p = (int )malloc(20); printf("%d\n", sizeof(p)); free(p); return 0; } ?->(Show Answer!)
1. What will be the output of the program (16-bit platform)? #include<stdio.h> #include<stdlib.h> int main() { int p; p = (int )malloc(20); printf("%d\n", sizeof(p)); free(p); return 0; }