int main()
{
       int x=0,t=0;

       switch(x)
       {
       case 0: x++;
       do {

       case 1:t++;
       case 2:t++;
       case 3:t++;


       x++;
       } while(x>2);




       }
       printf("%d\n",t);
       return 0;

}


t will be wat???...3, 6 or 9

Regards,
Srikanth.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to