Skip to main content

5. Data Type

This section focuses on describing data types, defining the kinds of data types that variables contain and the operations that can be performed on that data. Data types are categories that define the possible values for literals and variables, the operations that can be performed on them, and how the values are stored. Custom data types are mainly arrays and structures, and this section also describes considerations about basic data types and custom data types.