This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
I have to read a full line from stdin. When I use fscanf it reads only string before a space. I need to read a whole line inluding spaces. Any ideas how can I achieve this?