Computer Science, asked by 20pa1a0560, 6 hours ago

Differentiate between counter-controlled and condition-controlled loops

Answers

Answered by shashiguptain
0

Answer:

The main difference between Sentinel and Counter Controlled Loop in C is that in a Sentinel Controlled Loop, exactly how many times loop body will be executed is not known and in a Counter Controlled Loop, how many times loop body will be executed is known.

Explanation:

please make me as branlist and please give thanks if useful

Answered by salonijangir9672
0

Answer:

The main difference between Sentinel and Counter Controlled Loop in C is that in a Sentinel Controlled Loop, exactly how many times loop body will be executed is not known and in a Counter Controlled Loop, how many times loop body will be executed is known.

Similar questions