Tag Archives: C assignment
assignment status
assignment 2 done , 1 doubt assignment 4 done , 2 doubts
C assignment
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