+1 vote
265 views
in C program by (3.4k points)
edited

Difference b/w Entry controlled and Exit controlled loop?

1 Answer

0 votes
by (3.4k points)
selected by
 
Best answer

In Entry Controlled Loop, loop body is checked after checking the test condition i.e. condition is checked first after that loop body will execute while in Exit Controlled Loop, loop body will be executed first after that loop’s test condition is checked.

Entry Controlled Loops are : for, while

Exit Controlled Loop is : do while

Related questions

+1 vote
1 answer 212 views
+1 vote
1 answer 244 views
+1 vote
1 answer 337 views
0 votes
1 answer 260 views
0 votes
1 answer 258 views

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

644 users

...