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

Answer Posted / s.s.venkatesh

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

Is This Answer Correct ?    201 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2009


What is the deal on sprintf_s return value?

733


Explain what is a 'locale'?

695


How do you sort filenames in a directory?

818


How can I make it pause before closing the program output window?

692






I have a varargs function which accepts a float parameter?

679


Place the #include statement must be written in the program?

656


How many types of operators are there in c?

711


Differentiate between Macro and ordinary definition.

830


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3358


How can I prevent another program from modifying part of a file that I am modifying?

703


what is the significance of static storage class specifier?

1774


What does emoji p mean?

685


What is pointers in c?

774


What is malloc calloc and realloc in c?

792