C程序设计 【C程序设计】习题3.4 azurekiln 2025-3-9 16:28 #include <stdio.h> int main() { int c1,c2; c1=197; c2=198; printf("c1=%c,c2=%c\n",c1,c2); printf("c1=%d,c2=%d\n",c1,c2); return 0; } 扫描二维码,在手机上阅读 收藏