Computer Science, asked by soumjoshi273, 10 months ago

define loop in c ,.explain it

Answers

Answered by Rppvian2020
1

 \huge \underline \pink{answer : }

A loop is a sequence of instructions that is repeated until a certain condition is reached.

An operation is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.

Answered by bharti046
2

Explanation:

A loop is a sequence of instructions that is repeated until a certain condition is reached.

An operation is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.

Similar questions