Computer Science, asked by kriyashrahjaban, 1 year ago

Reason for Using While Statement in C Programs
Why we are using while statement in C programs?

Answers

Answered by rahul1232
0
The While loop repeats a statement until the test at the top proves false.
Similar questions