What is the diffrent between while and do while statement ?

Answer Posted / ishwor pandey

in while first conditionis checked if condition is not true

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Lists the benefits of c programming language?

575


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

621


What are 3 types of structures?

577


p*=(++q)++*--p when p=q=1 while(q<=6)

1254


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

601






How to find a missed value, if you want to store 100 values in a 99 sized array?

796


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1715


about c language

1584


What does c in a circle mean?

565


What does the characters “r” and “w” mean when writing programs that will make use of files?

836


What are c header files?

566


Write a program to print factorial of given number without using recursion?

554


Can we replace the struct function in tree syntax with a union?

761


Describe the difference between = and == symbols in c programming?

758


write a c program to find the sum of five entered numbers using an array named number

1609