以下程序的输出结果是______。
Main()

以下程序的输出结果是______。
Main()
{ int a=5,b=4,c=6,d;
Printf("%d\n",d=a>c?(a>c?A.c):(b));
}

A.5

B.4

C.6

D.不确定

正确答案是B