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

What is a pointer and how it is initialized?

609


How many keywords are there in c?

591


What is a constant and types of constants in c?

602


Under what circumstances does a name clash occur?

690


What is the explanation for modular programming?

685






Is null valid for pointers to functions?

613


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

611


Why is c called c not d or e?

613


Write a program for finding factorial of a number.

632


How can I remove the trailing spaces from a string?

616


What is the maximum length of an identifier?

665


What do you mean by dynamic memory allocation in c?

649


Why isnt there a numbered, multi-level break statement to break out

587


Is null always defined as 0(zero)?

615


What extern c means?

539