Search This Blog

Pages

Wednesday, April 28, 2010 at 7:17 AM |
Loops (in C)


Loops are use for any kind of repetition in the
program till the condition is true and the keyword used for loop is "while".


Structure of while () (in C)


B/w main’s braces type


                   while (your logical
expression here)


                   {


                         Statement which you want to repeat till
the condition is true :





                         }
Posted by M.Hamza Ali Labels:

0 comments: