题海让大学四年没有难题
白天模式登陆

题目详情

单选题 求下述代码的运行结果: Plain Text#include <stdio.h> int main() { int n = 2; switch (n) { case 0: case 1: printf("南昌"); break; case 2: printf("豫章"); case 3: printf("师范"); default: printf("学院"); break; } return 0; }

A. 豫章

B. 豫章师范

C. 豫章师范学院

D. 南昌豫章师范学院

学科:C语言程序设计

时间:2024-10-31 15:33:24

Copyright © 2022 津ICP备2021001502号