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

Answer Posted / greeshma

entry control loop
the first step in such loop is evaluating the condition.. and it executes if it is true.. and will not execute if it is false


exit control loop
here the execution is the first step and evaluation is the second step..

Is This Answer Correct ?    26 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main difference between calloc () and malloc ()?

566


What is switch in c?

637


What is getch?

624


What happens if a header file is included twice?

580


What is array of structure in c?

590






What are run-time errors?

592


Can a pointer be static?

609


What are the features of c language?

615


What are the keywords in c?

637


What is declaration and definition in c?

518


How many keywords are there in c?

583


Once I have used freopen, how can I get the original stdout (or stdin) back?

618


When a c file is executed there are many files that are automatically opened what are they files?

583


Explain how can you avoid including a header more than once?

591


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2296