what is the difference between entry control and exit
control statement?

Answer Posted / ksk

Entry Comtrolled will check the Condition at First and
doesn't execute if it is False.
Exit Comtrolled will check the Condition at Last and at
least once the statement will execute though it is False .

Is This Answer Correct ?    338 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

693


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

654


Can true be a variable name in c?

553


List the difference between a 'copy constructor' and a 'assignment operator' in C?

629


C program to find all possible outcomes of a dice?

1843






Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4733


How can you find the day of the week given the date?

607


Explain enumerated types in c language?

598


What is advantage of pointer in c?

681


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1611


What does void main () mean?

716


What is the use of sizeof?

542


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

600


How do I read the arrow keys? What about function keys?

606


Write a program to print numbers from 1 to 100 without using loop in c?

627