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
What is getch c?
What is c definition?
What is volatile, register definition in C
How can I do serial ("comm") port I/O?
How will you write a code for accessing the length of an array without assigning it to another variable?
can anyone suggest some site name..where i can get some good data structure puzzles???
Explain spaghetti programming?
Explain the properties of union.
Is it acceptable to declare/define a variable in a c header?
Is sizeof a keyword in c?
What is meant by 'bit masking'?
What are two dimensional arrays alternatively called as?
What are header files? What are their uses?
Tell me what are bitwise shift operators?
How can I swap two values without using a temporary?