Answers for "how to remove \n in a string in c"

C
0

how to remove n from a string c

str[strcspn(str, "n")] = 0;
Posted by: Guest on June-02-2020

Code answers related to "how to remove \n in a string in c"

Code answers related to "C"

Browse Popular Code Answers by Language