Vidyalelo
C Programming · Q159

C Fundamentals

Programming · C Programming · question 159

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
Answer
D.
3

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board