Posts by Kelion Fernandes Aquino • 13 points
1 post
-
0
votes2
answers1167
viewsQ: Insert an empty space between a concatenation of strings in C, without the string library. h
I am implementing this code in order to receive two strings and compare them, if the two strings are different I concatenate the two into one vector, but I want to add a blank in them. How can I…