while(1){//return from the loop only when the input is zero printf("\n1: ... Option"); break; }//end of switch - case }//end of while printf("END"); - Article in the C forum ...
www.daniweb.com