Convert infinite for loop to infinite while loop or vice versa.
Answers
Answered by
0
Explanation:
C programming language supports three types of loop statements and they are for loop, while loop and do-while loop. Each of the loop structure was designed for some different purposes. Let us see the syntaxes and their graphical flow charts.
please mark my answer as brainiest
Similar questions