Answers for "how to read a sentence in c"

C
0

how to read in sentences in c

scanf(“%[^n]s”, string);
Posted by: Guest on July-20-2020
0

how to read in sentences in c

scanf("%[^'n']s",str)
Posted by: Guest on July-20-2020

Code answers related to "how to read a sentence in c"

Code answers related to "C"

Browse Popular Code Answers by Language