What is the output of this C code (on a 32-bit machine) int main() { int x = 10000; double y = 56; int *p = &x; double *q = &y; printf("p and q are %d and %d", sizeof(p), sizeof(q)); return 0; }
Comments and Answers (2)
Rashmi
how did the answer came
Archana
please anyone explain this answer
{{SampleComment.userName || "Your Name"}} ~ {{SampleComment.userCity}}
{{SampleComment.commentValue || "Your Answer or Comment goes here...."}}