问题 填空题

以下程序段的输出结果是
int i=9;
printf("%o\\n",i);

答案

参考答案:K

解析: "%o"是以八进制输出变量i。i=910=118

单项选择题
判断题