Computer Science, asked by sreenivasaindia6, 16 days ago

_____used to excute the set of statement repeated until the condition is true (c language)​

Answers

Answered by jadhavprabhawati1991
1

Answer:

Loops in C. In any programming language including C, loops are used to execute a set of statements repeatedly until a particular condition is satisfied.

Answered by malkanna1980
1

Answer:

PLEASE MARK ME AS BRAINLIEST

Explanation:

While loops

While loops. As mentioned earlier, while loops are used when a block of statements have to be repeated, but the number of repetitions is not a fixed amount. This means that a while loop might repeat two times when a program is run and repeat a different number of times the next time that same program is run.

Similar questions