I have been trying to read a string input from a text file. In the code below, I open a file and assign it to FILE * stream. The file passed by argv[1] contains text file. I am trying to figure out a...