function to return number of characters in n line of a file return always those of line 2 in c
the function is supposed to return the length of a line specified by the 2nd argument
but the result is either 0 or the one in the 2nd line whatever n may be: