Looping & Functions When writing C programs you often need to execute a block of statements multiple times. Learn how to implement iterative programming with loops and user-defined functions.