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
Can you please explain the difference between syntax vs logical error?
Explain how can you be sure that a program follows the ansi c standard?
Write the syntax and purpose of a switch statement in C.
How can I write functions that take a variable number of arguments?
What are the advantages and disadvantages of a heap?
How to define structures? ·
What is data type long in c?
In c language can we compile a program without main() function?
Give basis knowledge of web designing ...
Can we add pointers together?
What is typedef struct in c?
code for quick sort?
Explain void pointer?
Explain 'bus error'?
Explain the properties of union.