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
How to compare array with pointer in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why c is called top down?
What do you mean by c what are the main characteristics of c language?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
When should I declare a function?
What is int main () in c?
can any one provide me the notes of data structure for ignou cs-62 paper
What is wrong with this program statement?
write an algorithm to display a square matrix.
What are the two types of functions in c?
int i=10; printf("%d %d %d", i, i=20, i);
What is the difference between NULL and NUL?
What are the restrictions of a modulus operator?
How can you find the exact size of a data type in c?