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

关于下面代码片段,说法正确的是()。
int a = 8, b = 9;
a== b || a > b ?printf(“true”):printf(“false”);

A.输出true
B.输出false
C.无输出
D.编译错误

热门试题