Friday 15 May 2015

Data types in C++

In C++, variable(data) should be declared before it can be used in program. Data types are the keywords, which are used for assigning a type to a variable.

Data types in C++
  1. Fundamental Data Types
    • Integer types
    • Floating Type
    • Character types
  2. Derived Data Types
    • Arrays
    • Pointers C++
    • Structures
    • Enumeration





0 comments:

Post a Comment