找考题网-背景图
单项选择题

inta=3,b=8,c=5,m;m=(a>b)?a:(b>c)?b:c;in的值为()……

int a=3,b=8,c=5,m;m=(a>b)?a:(b>c)?b:c;in的值为()

A.3
B.5
C.8
D.13