Computer Science, asked by abinavabinav979, 2 days ago

match the following

1. Formatting character-exit check loop
2. printf( ) - equality
3. = = - 4 bytes
4. float - %s
5. do while loop - to print output on the screen​

Answers

Answered by manzoorsaddah
0

Answer:

A while loop can also terminate when a break, goto, or return within the statement body is executed. Use continue to terminate the current iteration without exiting the while loop. continue passes control to the next iteration of the while loop. The termination condition is evaluated at the top of the loop.

Similar questions