differnce between do and do while

Answer Posted / puspa

do while loop execute once then check the condition which
is not same for do

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are types of preprocessor in c?

624


What is c method?

539


Write a program of prime number using recursion.

623


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

638


When should you not use a type cast?

661






What happens if header file is included twice?

657


Why do we need a structure?

590


Explain what is the difference between functions abs() and fabs()?

625


What is the meaning of typedef struct in c?

598


What is call by value in c?

562


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1078


Is null always defined as 0(zero)?

617


What is the best organizational structure?

644


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2030


Who is the founder of c language?

688