14 Nov 2011

C++ Data Types

C++ have man data types that is used top stored variables in computer memory. using different data types computer compiler can easily understand the or identify the character, numbers and etc... some of the important and commonly used data types are

  • int
  • char
  • string
  • long int
  • float
  • bool
  • double 
  • long dounle

No comments:

Post a Comment