FUNCTIONS Function is a set of statements to perform some task Every C++ program has at least one function, which is main(), and all the most trivial programs can define additional functions.