赞题库-背景图
单项选择题

有以下程序,其中k的初值为八进制数
#include <stdio.h>
main()
intk=011;
printf("%d\n",k++);

程序运行后的输出结果是()

A.12
B.11
C.10
D.9