问题 更新时间2023/4/3 12:59:00 下面程序的运行结果是。#include<stdio.h>main(){char str[]="SSSWLIA",c;int k;for(k=2;(c=str[k])!=.\0.;k++){switch(c){case .I.:++k;break;case .L.:continue;default:putchar(c);continue;}putchar(.*.);}}( )。(2分)ASSW*BSW*CSW*ADSW 答案 登录 注册 正确答案B 出自:学起plus弘成 >> 中北大学C语言程序设计