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
Explain what are preprocessor directives?
What is function in c with example?
What are the 4 types of functions?
What is pointer & why it is used?
How can I insert or delete a line (or record) in the middle of a file?
What is a program flowchart?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Explain what is a pragma?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Why main is not a keyword in c?
Why c is called procedure oriented language?
What is the difference between the = symbol and == symbol?
Write a program to swap two numbers without using third variable?
What are file streams?
How to Throw some light on the splay trees?