题目内容
如果下列程序正常运行,则当从键盘输入字母A时,输出结果为( )。#include main(){char ch;ch=getchar();switch(ch){case 65: printf(“%c”, ‘A’);case 66: printf(“%c”, ‘B’);default: printf(“%s”, “other”);}}(5.0分)
查看答案
搜索结果不匹配?点我反馈