while loop
The while loop evaluates the test expression.If the test expression is true (nonzero), codes inside the body of while loop is executed. The test expression is evaluated again. The process goes on until the test expression is false.When the test expression is...
See more
Download the Study24x7 App, so you can connect and collaborate.