--- In c-prog@yahoogroups.com, priyanka patel <[EMAIL PROTECTED]>
wrote:
>
> Hi................
> i am new in these group, i just started reading of C.
> ANSI C Book
> i started reading after many years.so feel very difficult.
> i want to know wot is the difference between for loop,while loop nd
do......while loop
> Â
> Â
> Thankx in Advance
>
>
> Add more friends to your messenger and enjoy! Go to
http://messenger.yahoo.com/invite/
>
> [Non-text portions of this message have been removed]
> we use for loop when we know the number of times the loop should
execute, do while is used when the loop has to be executed atleast once
without checking the condition.. while and for can be used for the same
condition