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

Explain the bubble sort algorithm.

862


List some of the static data structures in C?

970


difference between native and cross compilers

1881


Stimulate calculator using Switch-case-default statement for two numbers

2700


What is a floating point in c?

812


How can this be legal c?

844


Is c is a procedural language?

823


What is infinite loop?

852


What is the function of volatile in c language?

879


What is a class c rental property?

859


Can i use “int” data type to store the value 32768? Why?

971


Write a program to print “hello world” without using semicolon?

894


What is methods in c?

838


C program to find all possible outcomes of a dice?

2080


What is #line used for?

787