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 are the types of arrays in c?
What is the difference between char array and char pointer?
What is #include stdlib h?
Where are some collections of useful code fragments and examples?
How do I create a directory? How do I remove a directory (and its contents)?
What is getch c?
How can you draw circles in C?
Explain how are 16- and 32-bit numbers stored?
What are the advantages of Macro over function?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Where in memory are my variables stored?
What are structure members?
Explain indirection?
What is gets() function?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures