以下程序段的输出结果是()int k=17;printf(“%d,%o,%x\n”,k,k,k)

A.17,021,0x11 B.17,17,17 C.17,0x11,021 D.17,21,11

时间:2024-06-25 09:31:05

相似题目