types of c++ prog


SUBMITTED BY: maloans

DATE: Feb. 7, 2017, 3:28 a.m.

FORMAT: Text only

SIZE: 409 Bytes

HITS: 1034

  1. Primitive Built-in Types C++ offers the programmer a rich assortment of built-in as well as user defined data types. Following table lists down seven basic C++ data types:
  2. Type Keyword
  3. Boolean bool
  4. Character char
  5. Integer int
  6. Floating point float
  7. Double floating point double
  8. Valueless void
  9. Wide character wchar_t
  10. Several of the basic types can be modified using one or more of these type

comments powered by Disqus