The referencing operator '&' is only needed when passing the address of the local variable of the previous function to the last function. The local variable continues been a normal local variable inside the origin function.