单项选择题

若有下列定义和语句:
int u=011,y=0x11,w=11;
printf("%o,%x,%d\n",u,v,w);
则输出结果是( )。

A.9,17,11
B.9,11,11
C.11,11,11
D.11,17,11