23)
Test E
What will be output if you will compile and execute the following c code? #include void main(){ int i; float a=5.2; char
*ptr, ptr=(char *)&a; for(i=0;i<=3;i++) printf("%d", *ptr++); }
4
(A)
(B)
0000
Garbage Garbage Garbage Garbage
(C)
(D)
102 56 -80 32
102 102-90 64
1
7
13
Back
Next →
19
Answers
Answered by
1
13 is the correct answer i think so
Similar questions