Primary Data Types

The four fundamental or primary data types are:
  • Integer(int)
  • Character(char)
  • Floating point(float)
  • double precision floating point(double)
These primary data types themselves are of many types. eg. integers could be long or short, signed or unsigned etc.

No comments:

Post a Comment