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
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is variable in c example?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is %g in c?
What is meant by errors and debugging?
What is use of integral promotions in c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Where register variables are stored in c?
develop algorithms to add polynomials (i) in one variable
What is the explanation for prototype function in c?
What is a nested loop?
What is meant by recursion?
Is swift based on c?
Is null always defined as 0(zero)?