How many types of loops do we have in C language. Explain
Answers
Answered by
5
Answer:
3 Loops
Explanation:
Namely they are :-1).For Loop
2).While Loop
3).Do Whlie Loop
Answered by
0
There are total 3 loops in C language. This is because, I’m computer science a control flow statement for specifying iteration which allow codes to be execute repeatedly. Loops are typically used when no. of iterations is know before entering the loop
Similar questions