以下程序的运行结果是_。 #include int main() { char a,b; a='a';b='b'; a=a-32;b=b-32; printf(\%c,%c,%d,%d\\n\,a,b,a,b); return 0; }

时间:2022-11-16 10:22:42

相似题目