Functions
摘要
In this chapter, we explain functions. Functions are program units written for performing specific tasks. A function may or may not return a value. In fact, every C program contains at least one function, which is the main function. Once you have a main function, you can write other functions for performing specific calculations.