what is the difference between entry control and exit
control statement?
Answer Posted / jimi saha
In Entry controlled loop the test condition is checked first
and if condition is true than the bock of statement in the loop body will be executed while in exit controlled loop the body of loop will be executed first and at the end the test condition is checked, if condition is satisfied then body of loop will be executed again..
| Is This Answer Correct ? | 14 Yes | 15 No |
Post New Answer View All Answers
Where does the name "C" come from, anyway?
Explain what is the difference between a free-standing and a hosted environment?
What is spaghetti programming?
What is the most efficient way to count the number of bits which are set in an integer?
Write a program to print “hello world” without using semicolon?
How is a null pointer different from a dangling pointer?
When should you use a type cast?
write a program to print data of 5 five students with structures?
What are the 32 keywords in c?
What is assert and when would I use it?
write a program to copy the string using switch case?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Is c easier than java?
plz let me know how to become a telecom protocol tester. thank you.
How can you check to see whether a symbol is defined?