what is the difference between entry control and exit
control statement?
Answer Posted / ajay pandey
The entry control loop is also called for or while loop. Because while loop and for loop are check condition first and the condition is true then it execute the inside statement otherwise it is exit. Where do-while loop is atlist one time execute the inside statement and then check condition. Therefor do-while loop is exit control loop.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between c &c++?
given post order,in order construct the corresponding binary tree
Explain do array subscripts always start with zero?
Why is c not oop?
what is the structure pointer?
How do I swap bytes?
Is array a primitive data type in c?
How do you view the path?
What is keyword with example?
What is the maximum length of an identifier?
How many header files are in c?
When should structures be passed by values or by references?
What is the difference between constant pointer and constant variable?
How many levels deep can include files be nested?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above