Q: What's the difference between
const MAXSIZE = 100;
and
#define MAXSIZE 100
A: See question 10.5b.
Hosted by