Various Data Types In C

22 July 20110 comments

Data type is a finite set of values along with set of rules for different operations.Data is very important in terms of programming.Data structure is basically how data is stored and the different operations performed on that particular data.

C has provided us four types of data types:
  1. Primary Data Types
  2. Secondary Data Types.
  3. User Defined Data Types.
  4. Void Data Types.

    Share this article :

    Post a Comment

     
    Copyright © 2011. All Compiler - All Rights Reserved