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 difference between near, far and huge pointers?

847


Differentiate abs() function from fabs() function.

817


Explain pointers in c programming?

892


Is javascript written in c?

819


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

910


What is the size of a union variable?

821


What is the use of #include in c?

841


What does a pointer variable always consist of?

890


Can a file other than a .h file be included with #include?

911


Why do we use null pointer?

816


What are structures and unions? State differencves between them.

880


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

946


What is hashing in c?

923


Why c is called object oriented language?

841


What is character set?

946