请在 下方输入 要搜索的题目:

【填空题】#include main() {char ch; ch=getchar(); switch(ch) {case‘A’:printf(“%c”,’A’); case‘B’:printf(“%c”,’B’);break; default:printf(“%s”,”other”); }} 当从键盘输入字母 A 时,输出结果为:

【填空题】#include main() {char ch; ch=getchar(); switch(ch) {case‘A’:printf(“%c”,’A’); case‘B’:printf(“%c”,’B’);break; default:printf(“%s”,”other”); }} 当从键盘输入字母 A 时,输出结果为:

发布时间:2024-05-21 14:31:14
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:["AB"]
专业技术学习
专业技术学习
搜搜题库系统