what is the difference between entry control and exit
control statement?
Answer Posted / greeshma
entry control loop
the first step in such loop is evaluating the condition.. and it executes if it is true.. and will not execute if it is false
exit control loop
here the execution is the first step and evaluation is the second step..
Is This Answer Correct ? | 26 Yes | 14 No |
Post New Answer View All Answers
What is the difference between near, far and huge pointers?
Differentiate abs() function from fabs() function.
Explain pointers in c programming?
Is javascript written in c?
What is the difference between the expression “++a” and “a++”?
What is the size of a union variable?
What is the use of #include in c?
What does a pointer variable always consist of?
Can a file other than a .h file be included with #include?
Why do we use null pointer?
What are structures and unions? State differencves between them.
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is hashing in c?
Why c is called object oriented language?
What is character set?