In this case, the argument will be passed by reference. It means that a reference to the original value will be sent to the function. It is almost like the original value is being directly used within the function, Operations like equal sign will affect the original value and be immediately visible in the calling function.