how to read space separated words in c

Solutions on MaxInterview for how to read space separated words in c by the best coders in the world

showing results for - "how to read space separated words in c"
Stefano
29 Sep 2017
1scanf("%[^\n]%*c", ref_string);