what is the difference between entry control and exit
control statement?
Answer Posted / rahul singh
entry controlled loop first test the terminating condition and then execute the loop body.If the condition is found true he loop body is execute other wise the loop terminates.It is also called pre-tested loop.or Top -Tested loop.
An exit control loop first execute the loop bod and then test the terminating condition.If the condition is found true the loop body execute again otherwise the loop terminates.It is also called Post Tested loop or Bottom Tested loop.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are the different file extensions involved when programming in C?
What is the use of in c?
please send me the code for multiplying sparse matrix using c
What is pointer in c?
How can I insert or delete a line (or record) in the middle of a file?
What is include directive in c?
What is variable declaration and definition in c?
What is sizeof array?
How can I swap two values without using a temporary?
What is sizeof in c?
What are the types of type qualifiers in c?
Explain about C function prototype?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
what is reason of your company position's in india no. 1.
Which is better malloc or calloc?