1.

Main () { int a = 5, b = 6; int i = 0; i = a > b ? a:b; printf (“%d”, i); }

A. 0
B. 1
C. 6
D. 5
Answer» D. 5


Discussion

No Comment Found