UMBC CMSC201, Computer Science I, Fall 1994
Sections 0101, 0102 and Honors
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 15 08:45:40 EDT 1994
Richard Chang, chang@gl.umbc.edu