To execute a part of program or code several times, we can use do-while loop of C language.
The code given between the do and while block will be executed until condition is true.
In do while loop, statement is given before the condition, so statement or code will be executed at lease one time.
In other words, we can say it is executed 1 or more times.
It is better if you have to execute the code at least once.
© . All rights reserved. | Powered by Integration IT services Pvt.Ltd. | Design by Deepak Shrivastava