Computer Science, asked by koushikkumar78, 16 days ago

What is loop ? explain its various parts​

Answers

Answered by kavitha1221980
0

Answer:

A loop in C consists of two parts, a body of a loop and a control statement. The control statement is a combination of some conditions that direct the body of the loop to execute until the specified condition becomes false.

Similar questions