Hello, I am trying to open a file, read the file,display the characters on the screen and process the data for stats. I am able to open the file, read the file and then it is either display it or just process the data. if i remove this part , /* Read one line of text */ fgets( c, 100, pFile ...