Problems With the C Version
 
 
- Impossible to debug (all errors will come out on the same line!)
- Hard to write because of the stupid \’s at the end of each line
- Has the same argument-passing problem as the inline code example
- The code is always inline, even if we’d rather save space (instead of time)