I am trying to use fscanf to read matrix data in a text file and do some matrix*vector calculation in C. However I noticed that fscanf read very sm
fscanf