what is the difference between entry control and exit
control statement?
Answer Posted / kishan agrawal
Entry Control loop can be said as the loop which checks the
condition before execution of body if condition asked are
true than it will come to the next step(can be said as body
part of that particular loop/program) they are WHILE,FOR
EXIT Control loop can be said as the loop which checks the
condition after execution of body at once(can be said as
body part of that particular loop/program) if condition
asked are true than it will come to the second time
execution they are do-while
| Is This Answer Correct ? | 11 Yes | 15 No |
Post New Answer View All Answers
What is the method to save data in stack data structure type?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain the difference between exit() and _exit() function?
Write a program to generate the Fibinocci Series
How to establish connection with oracle database software from c language?
write a program fibonacci series and palindrome program in c
What is the size of a union variable?
How to write c functions that modify head pointer of a linked list?
what are non standard function in c
Why is c so powerful?
What are loops c?
What is the explanation for prototype function in c?
Is main is a keyword in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What are predefined functions in c?