Mega Code Archive

 
Categories / C Tutorial / Data Type
 

Integer family

Integer data types are used for storing whole numbers and characters. Integer family has char data type int data type short int data type long int data type They have the different amount of storage space. Each type has two variants, signed and unsigned.