0
What should I use?? gets()?fgets()? scanf()? And why?
4 ответов
+ 2
Dont use gets, use fgets or scanf
+ 1
Of course, you just use them to get input from the stream. scanf does it with formatting
0
Slick , I'm sorry, I have edited my question
I forgot to ask the reason behind your suggestion..
Can you kindly explain, why fgets/scanf?