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

Answer Posted / kishan agrawal

Entry Control loop can be said as the loop which checks the
condition before execution of body if condition asked are
true than it will come to the next step(can be said as body
part of that particular loop/program) they are WHILE,FOR

EXIT Control loop can be said as the loop which checks the
condition after execution of body at once(can be said as
body part of that particular loop/program) if condition
asked are true than it will come to the second time
execution they are do-while

Is This Answer Correct ?    11 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between scanf and fscanf?

749


How can I dynamically allocate arrays?

690


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2767


How can I open a file so that other programs can update it at the same time?

759


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1718






What is the use of header?

734


What are the features of c language?

704


What is data structure in c language?

707


What is const keyword in c?

855


What is the function of volatile in c language?

756


How pointer is different from array?

684


The file stdio.h, what does it contain?

773


Why & is used in c?

807


What is a struct c#?

679


What is a sequential access file?

740