填空题

以下程序输出的结果是______。
mazn()
int a=5,b=4,c=3,d;
d=(a>b>C) ;
printf("%d\n",D) ;

【参考答案】

0