单选题 以下程序的输出结果是 ( ) main() {int a=-1,b=4,k; k=(++a<=0)&&! (b--<=0); printf("%d%d%d/n" ,k,a, B) ; }
【正确答案】 C
【答案解析】