Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Saturday, January 9, 2010

while loop in C program

The syntax of this statement as follows :-

1)
while (expression)
{
statements;
}

Explaination :-
In while statement the bracket expression is a condition which is tested, if the condition is true the loop gets executed. The execution stops when the condition become false.

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP