home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03151.TXT < prev    next >
Encoding:
Text File  |  1993-11-29  |  214 b   |  5 lines

  1. The type of a function is a combination of the types of its
  2. arguments and its return type.  Here, the type of birthday() is
  3. "function taking arguments of type char* and int, and returning a
  4. value of type int."
  5.