while loop
The while loop executes a block of code continuously until the given condition is satisfied.
Syntax :
while( condition )
Example :
Output for the above code : 01234