单项选择题

以下程序的输出结果是______。 #include<stdio.h> main() { int a=5,b=4,c=6,d; printf("%d\n",d=a>b(a>ca:c):(b)); }

A.5
B.4
C.6
D.不确定
热门 试题