Thursday 14 May 2015

Data types in C language

In C language, 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
    • Structures
    • Enumeration





0 comments:

Post a Comment