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
0
Explanation:
Sorry I can't understand the question
Answered by
0
Answer:
Sry idk
Explanation:
plz mark me as brainliest
Similar questions