Answer Posted / bhairavi
in while loop first condition is checked & then ++/-- is
done, in do while first whatever the condition given loop
execute atleast once ie.if i=0 the condition is while
(i<=0), i++ then also in do while loop i will increment
first & then it will check the condition so final value of
i will be 1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between #include "..." And #include <...> In c?
What is volatile, register definition in C
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is scanf_s in c?
what is use of malloc and calloc?
Tell us the use of fflush() function in c language?
What are terms in math?
Why static variable is used in c?
What is the modulus operator?
What is the use of structure padding in c?
How can I find out if there are characters available for reading?
How do you do dynamic memory allocation in C applications?
Does c have circular shift operators?
Explain built-in function?