Computer Science, asked by sonypavani69, 5 hours ago

c program using while loop​

Answers

Answered by vishalbanjare14
0

Explanation:

Properties of while loop

The statements defined inside the while loop will repeatedly execute until the given condition fails. The condition will be true if it returns 0. ... We can have more than one conditional expression in while loop. If the loop body contains only one statement, then the braces are optional.

Answered by gursharanjali
0

Answer:

Properties of while loop

The statements defined inside the while loop will repeatedly execute until the given condition fails. The condition will be true if it returns 0. ... We can have more than one conditional expression in while loop. If the loop body contains only one statement, then the braces are optional.

Similar questions