1.

What will be output if you will compile and execute the following c code? #includeint main(){char c=125;c=c+10;printf("%d",c); return 0;}

A. 135
B. +inf
C. -121
D. -8
Answer» D. -8


Discussion

No Comment Found

Related MCQs