Q: Why is the macro
#define TRACE(n) printf("TRACE: %d\n", n)
TRACE(count);
printf("TRACE: %d\count", count);
A: See question 11.18.
Hosted by