Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
C
how to read space separated words in c
John Roberts
Programming language:
C
2021-03-16 05:44:07
3
Q:
how to read space separated words in c
Holger Mate
Code:
C
2021-04-21 16:19:07
scanf
(
"%[^\n]%*c"
, ref_string);
0
Tags
how
word
read
Related
how to store a user input with spaces in c
how to get a string in c with space
Write a c program to count the different types of characters in given string.
New to Communities?
Join the community