注意:此页面搜索的是所有试题
void main( ){ int k=011; printf(”%d\n",k++); } }程序输出结果是( )得分:4分
A.12
B.11
C.10
D.9

参考答案