Posts by user207121 • 1 point
1 post
-
-2
votes1
answer36
viewsQ: Concatenate string into C
Good afternoon guys, I’m starting my studies in c and I found a problem trying to concatenate strings. #include <stdio.h> #include <stdlib.h> #include <string.h> int main () { char…