What is the diffrent between while and do while statement ?
Answer Posted / namrata
In while first condition is checked if condition is not true
then while don't work and not give output but in do while
loop condition is checked when loop is worked at one time
and if the condition is not true then at least one time it
gives output it is the main difference between while & do
while loop.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
List out few of the applications that make use of Multilinked Structures?
What is ambagious result in C? explain with an example.
How do you use a pointer to a function?
how to make a scientific calculater ?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is the use of ?
How many levels of pointers can you have?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
When we use void main and int main?
How many types of functions are there in c?
What is a substring in c?
What are the uses of a pointer?
What is the use of in c?
What is structure in c explain with example?