填空题

以下程序运行后的输出结果是______。
main ( )
int p=30;
printf"%d\n", (p/3>0p/10:p%3) ;

【参考答案】

C