单项选择题

下面程序的输出是______。
main()
int k=11;
printf("k=%d,k=%o,k=%x\n",kkk);

A.k=11,k=12,k=11
B.k=11,k=13,k=13
C.k=11,k=013,k=0xb
D.k=11,k=13,k=B