1.

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

A. 21
B. 18
C. 12
D. compiler error
Answer» B. 18


Discussion

No Comment Found

Related MCQs