stdin - fgets() function in C - Stack Overflow
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 get it, fgets is dependent on: char * fg... ... Broadly there are two ways you can communicate with ...