0
How to add individual characters in an array , not using loop
I want to add only spaces to an array Is this code is true :- char space[20]={" "," "} If I want only two spaces
1 Odpowiedź
0
are you looking to add a double space? or single space in separate positions of the string? and how are we finding what position we want space added?