Hi I am trying to learn C as part of my research. I need to return two arrays from a function. How do I take arrays as arguments and then let the function operate on those arrays and then return the modified arrays?
Here is the function code :
#include <math.h>
#include <stdlib.h>
#include...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.