Built-in Data Types:
| 1. | Integer | int |
| 2. | Character | char |
| 3. | Floating Point | float |
| 4. | Double precision floating point | double |
| 5. | Void | void |
Derived Data Types:
User defined Data Types:
With the help of a user defined data type, a programmer can create an identifier that denotes an already existing data type. The programmer defined data type identifier is then used in a program to declare variables.
Back



