write any 2 loop types in C program
Answers
Answered by
1
Answer:
A block of looping statements in C are executed for number of times until the condition becomes false. Loops are of 2 types: entry-controlled and exit-controlled. 'C' programming provides us 1) while 2) do-while and 3) for loop. For and while loop is entry-controlled loops.
Similar questions
English,
2 months ago
English,
2 months ago
Social Sciences,
2 months ago
Social Sciences,
4 months ago
English,
4 months ago
Computer Science,
9 months ago
Computer Science,
9 months ago
Math,
9 months ago