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

Answer Posted / fernando torres 9

Entry control is otherwise called as WHILE loop,because the
while loop checks the condition at first,and then only
execute the following instructions.

Exit control is also called as DO WHILE loop,because the do
while loop checks the condition at last

Entry Comtrolled will check the Condition at First and
doesn't execute if it is False.
Exit Comtrolled will check the Condition at Last and at
least once the statement will execute though it is False .

In Entry controlled loop the test condition is checked
first and if that condition is true than the block of
statement in the loop body will be executed while in exit
controlled loop the body of loop will be executed first and
at the end the test condition is checked,if condition is
satisfied than body of loop will be executed again.

How's Thisssssssszzzzzzzz.........

Is This Answer Correct ?    95 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1895


show how link list can be used to repersent the following polynomial i) 5x+2

1672


How do you print an address?

736


What is f'n in math?

609


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

654






Process by which one bit pattern in to another by bit wise operation is?

608


Why is c still so popular?

606


Is return a keyword in c?

590


how to write optimum code to divide a 50 digit number with a 25 digit number??

2743


How can I implement sets or arrays of bits?

596


Do you know what are the properties of union in c?

573


What is structure and union in c?

587


Explain what are the different data types in c?

745


What is string in c language?

617


How can I open files mentioned on the command line, and parse option flags?

583