下面程序的输出是
#include<stdio.h>
void main()
{ int k=11;
printf("k=%d,k=%o,k=%x\n",k,k,k);
}
发布于 2022-05-28 20:52:37
登录后免费查看答案
关注者
0
被浏览
2