单项选择题

以下程序的输出结果是 ( )  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.不确定