2.1.2.Introduction to Data Types |
|
- Data type determines how much storage space is allocated to variables.
- Data type determines the permissible operations on variables.
- The variables should be declared by specifying the data type.
|
- There is a family of integer data types and floating-point data types.
- Characters are stored internally as integers
- Characters are interpreted according to the character set.
|
- The most commonly used character set is ASCII.
- In the ASCII character set, A is represented by the number 65.
|