Discussion :: Memory Allocation
-
What will be the output of the program (16-bit platform)?
#include#include int main() { int *p; p = (int *)malloc(20); printf("%d\n", sizeof(p)); free(p); return 0; }
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment

Whatsapp
Facebook