What is the diffrent between while and do while statement ?
Answer Posted / mahfooz
while(//condition checking)
{//if condition is true go inside loop.and its first check
condition then go inside loop.
}
but in do{
}while(//condition checking)..
it wiil go in loop first and then check condition..
it will go iside loop atleast one time..but in while it
may not go even in single time..
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
using for loop sum 2 number of any 4 digit number in c language
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Is fortran still used in 2018?
while initialization of array why we use a[][2] why not a[2][]...?
Explain how to reverse singly link list.
Why does notstrcat(string, "!");Work?
Is null always equal to 0(zero)?
What is static function in c?
write a program to generate address labels using structures?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Discuss the function of conditional operator, size of operator and comma operator with examples.
Is a house a mass structure?
What are the preprocessor categories?
What are header files and explain what are its uses in c programming?
What is the difference between exit() and _exit() function?