有如下程序:
#include<stdio.h>
void main()
{ static char s[]="SSSWiL TECH1\11W\1WALLMP1";
int j;
char ch;
for(j=2;(ch=s[j]!='\0';j++)\
{ switch(ch)
{
case 'A':putchar('a');continue;
case '1':break;
case 1:while(ch=s[++j]!='\n'&&ch!='\0');
case 9:putchar('#');
case 'E':
case 'L':continue;
default:putchar(ch);continue;
}
putchar('*');
}
printf("\n");
}
程序的运行结果是( )
SWi TCH*#
SSSWi TCH*#
SWi TCH*#W#
SSSWi L TECHWWALLMP