UMBC CMSC201, Computer Science I
Basic Data Types
Predefined types in C:
- Integer types (int, long int and short int)
- Floating point types (float, double and long double)
- Character type (char)
Types defined in genlib.h
- Boolean type (bool)
- String type (string)
Last Modified:
Thu Sep 14 13:47:11 EDT 1995
Richard Chang, chang@gl.umbc.edu