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

Answer Posted / sandeep

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.

Is This Answer Correct ?    49 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does c have enums?

592


In C programming, how do you insert quote characters (‘ and “) into the output screen?

881


When should structures be passed by values or by references?

575


What is c mainly used for?

589


What is the difference between variable declaration and variable definition in c?

555






Why doesnt this code work?

609


How can I find out if there are characters available for reading?

633


What are the functions to open and close the file in c language?

587


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

651


What is c value paradox explain?

563


what are the different storage classes in c?

656


what is the different bitween abap and abap-hr?

1737


What type of function is main ()?

579


what is different between auto and local static? why should we use local static?

633


What is pivot in c?

560