what is the difference between entry control and exit
control statement?
Answer Posted / sandeep
In Entry controlled loop the test condition is checked
first and if that condition is true than the block 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 than body of loop will be executed again.
| Is This Answer Correct ? | 49 Yes | 21 No |
Post New Answer View All Answers
Which is best linux os?
How can I write a function analogous to scanf?
Why is structure important for a child?
How do I get a null pointer in my programs?
How can you determine the size of an allocated portion of memory?
When should the const modifier be used?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Write a program to print all permutations of a given string.
What are the features of c languages?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is the difference between text files and binary files?
Not all reserved words are written in lowercase. TRUE or FALSE?
Is main a keyword in c?
Why is structure padding done in c?
Why is c still so popular?