ABSTRACT

A function is a set of statements that performs a specific task. Every C program must have at least one main() function, but any additional functions can be defined and used. This chapter presents and discusses two types of functions: library and user-defined.