So I\'m trying to get the C program to read a filename from the command line in the following format: cat (filename path) | (program name)
i can get it to read the n
To read from the contantenated, you need to read from STDIN
char c = (char)fgetc(stdin)