Tagged Questions

0
votes
2answers
173 views

How can I scan strings with multiple words multiple times in C [not C++]?

I have googled many times but I cannot find a concrete answer to my question/problem. I know fgets() allows it, as well as gets(). But if i do it multiple times, there's always an error. Multiple ...