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. ... Another aspect of reusability is that a single
function can be used in several different (and separate) programs.
read more >>