let's say i have a file... and i have 4 functions, in the first two we get two arrays of numbers and on the other two functions we save and load the arrays at/from the file, i managed to save the numbers(one raw for my first array and another raw for the other array).
The thing is that i want to get those numbers from the file and load them in to two different arrays
the numbers of the file should be something like this, eg:
54 66 48 23 67
43 64 766 23 65
(the last function)i mean i want to know how i read a line from a file and afterwards i want to store the numbers of the line into an array