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

what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


What is printf () in c?

0 Answers  


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  






What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


What is a constant and types of constants in c?

0 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


What is auto keyword in c?

0 Answers  


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


What the advantages of using Unions?

0 Answers   TISL,


Categories