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 getch c?

1075


What is c definition?

987


What is volatile, register definition in C

918


How can I do serial ("comm") port I/O?

959


How will you write a code for accessing the length of an array without assigning it to another variable?

855


can anyone suggest some site name..where i can get some good data structure puzzles???

1870


Explain spaghetti programming?

992


Explain the properties of union.

854


Is it acceptable to declare/define a variable in a c header?

911


Is sizeof a keyword in c?

795


What is meant by 'bit masking'?

1155


What are two dimensional arrays alternatively called as?

972


What are header files? What are their uses?

868


Tell me what are bitwise shift operators?

939


How can I swap two values without using a temporary?

871