Answers for "how to get spaces in a string in c program"

C
0

reading string with spaces in c

scanf ("%[^\n]%*c", name);
Posted by: Guest on September-14-2021

Code answers related to "how to get spaces in a string in c program"

Code answers related to "C"

Browse Popular Code Answers by Language