【单选题】
选择运行结果。 #include
main() {char ch; ch=getch(); switch (ch) { case 65: printf("%c", 'A'); case 66: printf("%c", 'B'); default:printf("%s\n", "other"); } } 如程序可以正常运行,当从键盘输入字母 A 时,输出结果为 ( ) 。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
收藏
举报
参考答案:
参考解析: