In your favorite implementation of $\mathrm{C}$ or Pascal, what is the limit on the size of integers? What happens in the event of arithmetic overflow? What are the implications of size limits on the portability of programs from one machine/compiler to another? How do the answers to these questions differ for Java? For Scheme? (You may need to find a manual.)