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
Explain the bubble sort algorithm.
List some of the static data structures in C?
difference between native and cross compilers
Stimulate calculator using Switch-case-default statement for two numbers
What is a floating point in c?
How can this be legal c?
Is c is a procedural language?
What is infinite loop?
What is the function of volatile in c language?
What is a class c rental property?
Can i use “int” data type to store the value 32768? Why?
Write a program to print “hello world” without using semicolon?
What is methods in c?
C program to find all possible outcomes of a dice?
What is #line used for?