Page 39 - INTRODUCTION_TO_C++_Neat
P. 39

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.
   34   35   36   37   38   39   40   41   42   43   44