Posts

Showing posts with the label Explain




Explain the End of the Bliar Witch Project

Image
Blair Witch Project Ending Explained All Your Questions Answered

Explain Difference Between Do-while and While Loop With Example

Image
While loop is entry controlled loop whereas do while is exit controlled loop. The do-while loop is a post-test loop. Difference Between While And Do While Explained With Examples The main feature of the while loop isits an entry controlled loop. . At least 1 iteration is possible. C Loops Explained with Examples For Loop Do While and While Loops are very basic and very useful programming facility that facilitates programmer to execute any block of code lines repeatedly and can be controlled as per conditions added by programmer. Whilei. While i 10. The while and do-while loop are almost similar in C. 5 rows Here the main difference between a while loop and do while loop is that while loop check. No iteration is possible without satisfying loop-entry condition. Benefit of the WHILE loop is when you are unsure how many iterations are required. The FOR loop is often used when you usually know how many times y...