How can I return an array from a method, and how must I declare it? int[] test(void); // ?? ... how can i ...
stackoverflow.com