Vidyalelo
C Programming · Q264

C Fundamentals

Programming · C Programming · question 264

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
Answer
B.
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