what is the difference between entry control and exit
control statement?
Answer Posted / prathika
entry check loop:
first the condition of the loop wll be checked if the condition is true then the body of the lop will be executed
if the condition is not satisified the loop will not be executed
ex:for,while
exit check loop:
the conditio is placed at the end the statment will be executed atleast once even if the condition fails
ex:do while
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is spark map function?
Why calloc is better than malloc?
What is the use of putchar function?
What is getch c?
how to construct a simulator keeping the logical boolean gates in c
Which header file is essential for using strcmp function?
How can you avoid including a header more than once?
What is static and auto variables in c?
What is the role of this pointer?
What's the right way to use errno?
Write a code to remove duplicates in a string.
What is #error and use of it?
define string ?
provide an example of the Group by clause, when would you use this clause
What is the difference between a function and a method in c?