Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Saturday, January 9, 2010

do ........... while loop in C

The syntax of this statement as follows :-

do
{
statements:
}
while(expression);

Explaination :-
In do ....... while loop first the statement are executed and then the expression in the bracket tested. The execution stops if the expression becomes false.

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP