≡ Menu

While Loop in C

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. It saves writing code several times for same task. There are three types of loops in C. For loop Do while loop While loop 1. [...]

{ 15 comments }