Does anyone know how a function can return an array? Jose Guevarra
> Does anyone know how a function can return an array? You should preferably code so that the function receives pointer to that array as a parameter. Or the function might return a pointer if it creates a new array from scratch. -Vesa