First page Back Continue Last page Summary Graphic
C Data Types
Numeric types have defined sizes
Boolean data type is usually an integer (non-zero means true)
Strings (character arrays) are declared with their size
NO RUN TIME CHECKING ENSURES THAT DATA WRITTEN INTO AN ARRAY WILL IN FACT FIT
- It is up to the programmer to do this
- Turns out this is hard to do!