what is the difference between entry control and exit
control statement?

Answer Posted / ajay pandey

The entry control loop is also called for or while loop. Because while loop and for loop are check condition first and the condition is true then it execute the inside statement otherwise it is exit. Where do-while loop is atlist one time execute the inside statement and then check condition. Therefor do-while loop is exit control loop.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c known as a mother language?

738


What is the best organizational structure?

635


What is the scope of global variable in c?

547


What are the features of c language?

616


What is the condition that is applied with ?: Operator?

654






Is c++ based on c?

642


Should a function contain a return statement if it does not return a value?

588


What is the difference between new and malloc functions?

570


What are global variables?

636


what is the diffrenet bettwen HTTP and internet protocol

1383


What is difference between scanf and gets?

603


What is a good data structure to use for storing lines of text?

584


What are the types of c language?

547


How many keywords (reserve words) are in c?

603


What does *p++ do?

576