
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".
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)
expression here)
{
Statement which you want to repeat till
the condition is true :
the condition is true :
}
Posted by
M.Hamza Ali
Labels:
Programming lectures (Book)
0 comments:
Post a Comment