以下程序的输出结果是()。main(){ 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 发布时间:2025-03-20 10:55:57