Answer Posted / jithender palle
In while case first execute the condition then ++/--,
In do while first ++/-- then condition execute
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
When do we get logical errors?
How can I prevent another program from modifying part of a file that I am modifying?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
what is the height of tree if leaf node is at level 3. please explain
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is meant by operator precedence?
What is meant by realloc()?
What does c mean?
Without Computer networks, Computers will be half the use. Comment.
What is an array? What the different types of arrays in c?
Stimulate calculator using Switch-case-default statement for two numbers
What is hashing in c?
What does node * mean?
Why does this code crash?
What is the difference between a free-standing and a hosted environment?