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

Which loop statement is executed at least once even loop test condition if false?

1 Answer

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

do while loop executes once even loop test condition if false. Since do while is an exit controlled loop and in this type of loop, loop body execute once than loop test condition checks.

Related questions

0 votes
1 answer 119 views
+1 vote
1 answer 120 views
+1 vote
1 answer 128 views
0 votes
1 answer 253 views
+1 vote
1 answer 84 views
asked Jun 18, 2022 in C program by laxman Ji (3.4k points)

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

557 users

...