单项选择题
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
单项选择题 while(a)等价于()
单项选择题 chara=’\101’声明a中存放的是()
单项选择题 inta[]=“ABC”占用的存储器是()