differnce between do and do while

Answer Posted / amit kumar sharma

do while loop executes at once even when the condition is
false and do is to create to do something...

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

string reverse using recursion

2107


How can you tell whether two strings are the same?

1049


Do array subscripts always start with zero?

1037


Explain union. What are its advantages?

837


what is the function of pragma directive in c?

908


What is string length in c?

853


Dont ansi function prototypes render lint obsolete?

848


Explain argument and its types.

815


Why does this code crash?

862


How do you search data in a data file using random access method?

1105


Difference between goto, long jmp() and setjmp()?

974


Can the “if” function be used in comparing strings?

806


What is array in c with example?

894


What is the use of structure padding in c?

822


Discuss the function of conditional operator, size of operator and comma operator with examples.

920