Introduction
Learn how to use functions in your program.
We'll cover the following...
Definition
A function is a self-contained block of statements that perform a particular task.
Every C program is a collection of one or more functions. You can even call a function ...