填空题

下列程序运行后的输出结果是______。
#include<stdio.h>
main()
{ int x=20;
printf("%d",0<x<20) ;
printf("%dkn",0<x&&x<20) ;}

【参考答案】

J