Vidyalelo
C Programming · Q218

C Fundamentals

Programming · C Programming · question 218

Q218

What will be the output of the following C code? #include void main() int b = 5 - 4 + 2 * 5; printf("%d", b);

A.
25
B.
-5
C.
11
Answer
D.
16

Answer: Option C

Solution

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