Computer Science, asked by asifshek1957, 1 year ago

What is the output of the following statements?

int b=15, c=5, d=8, e=8, a; a = b>c ? c>d ? 12 : d>e ? 13 : 14 : 15; printf("%d", a);
A.13
B.14
C.15
D.12

Answers

Answered by Neeraj723
5
Hii dear here is your answer


option b is the correct answer

Hope it's help u
Answered by Anonymous
24
B. 14

Hope it helps u
Similar questions