Q159
What will be the final value of x in the following C code? #include void main() int x = 5 * 9 / 3 + 9;
A.
3.75
B.
Depends on compiler
C.
24
AnswerD.
3
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board