单选题 以下程序的输出结果是______。
#include<stdio.h>
main()
{ int a=5,b=4,c=6,d;
printf("%d/n",d=a>b?(a>c?a:c):(b));
}
【正确答案】 C
【答案解析】