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
What is switch in c?
What is structure padding and packing in c?
main() { printf("hello"); fork(); }
Is javascript written in c?
Is it fine to write void main () or main () in c?
What is the difference between near, far and huge pointers?
What is a structure and why it is used?
the question is that what you have been doing all these periods (one year gap)
Here is a neat trick for checking whether two strings are equal
Simplify the program segment if X = B then C ← true else C ← false
Explain how can type-insensitive macros be created?
number of times a digit is present in a number
What is scope rule in c?
What are integer variable, floating-point variable and character variable?
Explain what does a function declared as pascal do differently?