1.

What is the value of x in this C code? #include void main() { int x = 5 * 9 / 3 + 9; }

A. 3.75
B. Depends on compiler
C. 24
D. 3
Answer» D. 3


Discussion

No Comment Found