I currently have multiple functions that use globally declared arrays in my code.
I want to turn them so that arrays are no longer globally declared, but instead are passed by references to the function.
And I have a function caller inside main, and other functions are called within the function.
The "Target_Array_" declaration is known as a reference to an array of n; in order for it to work, the length of the array must be known. However, if the length of the array is not known at compile-time, then the following will suffice: