what is the difference between entry control and exit
control statement?

Answers were Sorted based on User's Feedback



what is the difference between entry control and exit control statement?..

Answer / 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

what is the difference between entry control and exit control statement?..

Answer / manirathnam

super .....i like this type of websites

Is This Answer Correct ?    6 Yes 10 No

Post New Answer

More C Interview Questions

Differentiate between declaring a variable and defining a variable?

0 Answers  


program to convert a integer to string in c language'

0 Answers  


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   Huawei,


print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,


How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)

1 Answers   iLantus, Subex,






why we need function pointers?

3 Answers  


what is the difference between getch() and getche()?

7 Answers   Infosys,


What is the difference between arrays and pointers?

0 Answers  


What is I ++ in c programming?

0 Answers  


Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 Answers   ME, Synfusion, Wipro,


What is the sizeof () a pointer?

0 Answers  


diff .between strcture and union

2 Answers  


Categories