What is the diffrent between while and do while statement ?

Answer Posted / vaibhav

the while statement first check the condition & then
exicute a statement & do while first exicute a stat. & then
check condi. . do while loop can exicute one time even
condi. is false

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Distinguish between actual and formal arguments.

592


Is fortran faster than c?

585


Explain output of printf("Hello World"-'A'+'B'); ?

978


What is the symbol indicated the c-preprocessor?

697


How can I handle floating-point exceptions gracefully?

636






Can we increase size of array in c?

543


What is adt in c programming?

612


What is the use of ?: Operator?

670


What does struct node * mean?

603


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1907


How are structure passing and returning implemented?

593


What is graph in c?

585


What is an endless loop?

805


What is function what are the types of function?

561


Write a factorial program using C.

646