First page Back Continue Last page Graphics
CS210 – S'03 - Exam#1
Average: 81%
Threw out question 18.
- Information on page 57-59
- ambiguos about #include <climits>
- my test program did not require include and used 4 byte integers to generate INT_MAX
BOTTOM LINE
- Representation knowledge is important.
- You can inquire from the system what it is.
- Adding one to the maximum doesn't cause a compiler error, just rolls over to the bottom of the representation interval.