* Description: Examples of how to "return" an array from a function in C. In C * we can't actually return an array from a function, but we can achieve more or * less the same effect by using pointers.