Computer Science, asked by khirwarshourya, 1 month ago

Which of the following statement is exit controlled loop?
for loop
do-while loop
while loop
nested loop​

Answers

Answered by aditikanwadkar
5

Answer

While loop

Explanation:

A do while loop in C is similar to the while loop except that the condition is always executed after the body of a loop. It is also called an exit-controlled loop

Answered by Oreki
6

\textsf{A \textbf{do-while loo \hspace{-.69em} p} is an example of exit controlled loo \hspace{-.69em} p.}

Similar questions