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

  1. A literal is an actual value that appears in code.  In this
  2. example, the function is called with the value 12 rather than
  3. with a variable of type integer.  There are four types of
  4. literals:  integer constants, character constants, floating
  5. constants, and string literals.
  6.