Computer Science, asked by saipravalli4, 8 months ago

61. What will be the output of the
following C code on a 32-bit
machine? #include <stdio.h> 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; }​

Answers

Answered by kaliaruchikapd1qzd
0

Explanation:

Sorry I can't understand the question

Answered by Dharshini1359
0

Answer:

Sry idk

Explanation:

plz mark me as brainliest

Similar questions