Q264
What will be the output of the following C code? #include void main() int a = 5 * 3 + 2 - 4; printf("%d", a);
A.
13
AnswerB.
14
C.
12
D.
1 6
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board