What is a data type : Data Type « Data Type « C Tutorial






For each variable you have to attach some data type.

The data type defines:

  1. the amount of storage allocated to variables.
  2. the values that they can accept.
  3. the operations that can be performed on variables.








2.1.Data Type
2.1.1.What is a data type
2.1.2.Introduction to Data Types
2.1.3.C Numeric Data Types
2.1.4.Use unsigned variables
2.1.5.Signed and Unsigned Variables
2.1.6.Get maximum and minimum values of data type
2.1.7.Multiple declarations