C Source Code/Loops

From Wikiversity
Jump to navigation Jump to search

Loops allow a programmer to execute the same code repeatedly. These are often called "repetition" constructs. We will make heavy use of conditional statements in this section.