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
Is using exit() the same as using return?
What is an array in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Explain what is the best way to comment out a section of code that contains comments?
Can variables be declared anywhere in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the difference between fread buffer() and fwrite buffer()?
Can you please compare array with pointer?
What oops means?
Can we initialize extern variable in c?
Write programs for String Reversal & Palindrome check
What is the meaning of && in c?
Why & is used in scanf in c?
What is the difference between text and binary modes?
What is the process to create increment and decrement stamen in c?