Posted On : 13 Dec 2015
Updated On : 13 Dec 2015
Total Views : 387
Keywords : datatype in c langauge, different datatypes in c, types of data in c language, introduction to datatype
A Data Type tells about the type of Data. Data Type is a Data Storage format that can contain a Specific Type or Range of Values. When computer programs store data in variables, each variable must be assigned a specific data type.
Data Type in C Language
Primary data type (Predefined)
User-defined data type (Derived)
Table of Data Types
Integer
2 byte
(2^-1 5 to 2^+15)
Float
4 byte
(2^-31 to 2^+31)
Character
1 byte
(2^-7 to 2^+7)
Long
4 byte
(2^-31 to 2^+31)