I am trying to write some code that will open a file, read its content line by line and store each of these lines into an array.
First I open the file and count the
why not use fopen, then just use fgets to get each line