User Profile
Collapse
-
yeah.... i want to understand this simple looking code -
Ya, it is an error...i checked it on the turbo c but the answer is 1234........acc ording to the company testLeave a comment:
-
what can be the o/p of following code?
Code:void main() { int i; for(i=1;i<4,i++) switch(i) case 1: printf("%d",i);break; { case 2:printf("%d",i);break; case 3:printf("%d",i);break; } switch(i) case 4:printf("%d",i); }
No activity results to display
Show More
Leave a comment: