I know everybody has told me to use fgets and not gets because of buffer overflow. However, I am a bit confused about the third parameter in fgets(). As I unde
fgets()
FILE is the standard C file. Yes, if you want to read from standard input, stdin is the correct symbol.