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

Answer Posted / prathika

entry check loop:
first the condition of the loop wll be checked if the condition is true then the body of the lop will be executed
if the condition is not satisified the loop will not be executed
ex:for,while
exit check loop:
the conditio is placed at the end the statment will be executed atleast once even if the condition fails
ex:do while

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you write the algorithm for Queue?

1543


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2364


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

770


Can you please explain the difference between strcpy() and memcpy() function?

593


i have a written test for microland please give me test pattern

2173






What are the general description for loop statement and available loop types in c?

678


When we use void main and int main?

577


What is a struct c#?

595


What is the difference between the expression “++a” and “a++”?

642


Why doesn't C support function overloading?

1596


What is operator promotion?

617


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

637


why return type of main is not necessary in linux

1695


Is main is a keyword in c?

599


Which is better malloc or calloc?

645