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 the difference between single charater constant and string constant?
What is wrong with this initialization?
write a program to print largest number of each row of a 2D array
Why do we use return in c?
What are categories used for in c?
How can variables be characterized?
What is a void * in c?
What are variables c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is an identifier?
What do you mean by invalid pointer arithmetic?
Differentiate fundamental data types and derived data types in C.
Write a program on swapping (100, 50)
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Is sizeof a keyword in c?