How to merge 2 double arrays in c
I need to write a function that merges 2 double arrays together into a single array. How would I go about doing that?
I need to write a function that merges 2 double arrays together into a single array. How would I go about doing that?