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

Answer Posted / s.s.venkatesh

Entry control is otherwise called as WHILE loop,because the
while loop checks the condition at first,and then only
execute the following instructions.

Exit control is also called as DO WHILE loop,because the do
while loop checks the condition at last

Is This Answer Correct ?    201 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is uses of .net

1264


Write a program to check whether a number is prime or not using c?

567


If null and 0 are equivalent as null pointer constants, which should I use?

571


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2213


What is string concatenation in c?

562






Are pointers integers in c?

602


What are enumerated types?

644


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1422


Is c procedural or functional?

580


What is main return c?

507


What is the explanation for the dangling pointer in c?

669


What is c preprocessor mean?

775


Explain how can I make sure that my program is the only one accessing a file?

614


What does the error 'Null Pointer Assignment' mean and what causes this error?

732


How to implement a packet in C

2385