This example highlights the two most important reasons that
C programmers
use functions. The first reason is reusability. Once a
function is defined, it can be
used over and over and over again. You can invoke the same
function many times in your program, which saves you work.
read more >>