0

What does fputs() mean in C language?

6th Jan 2019, 6:49 PM
►BornToBeProgrammer✍✌◄
►BornToBeProgrammer✍✌◄ - avatar
1 Odpowiedź
0
I believe it behaves like puts(), but you have to specify the output stream too. It's something like: fputs(<string>, <outputStream>); The output stream can be stdout, a file (this is usually the case) or the stderr, if I'm not mistaken.
6th Jan 2019, 7:24 PM
Luqmaan Mathee
Luqmaan Mathee - avatar