First practice passing and returning arrays (or more accurately, pointers).

> #define NULL '/0'
1. NULL (the pointer) is not the same thing as nul (the zero character).
2. It should be...