IThis following c program working fine but i am unable to understand the flow of program. Please explain. #include char input[] = “SSSWILTECH1\1\11W\WALLMP1″; int main() { int i,c; for(i=2;(c= input[i])!=”;i++) { // printf(“==c:%d..%ci\n”,c,c); switch(c) { case ‘a’: putchar(‘i’); continue; case … Continue reading