1 post
0
2
157
I’m having trouble copying string in C, it doesn’t want to work. #include <stdio.h> #include <stdlib.h> int main() { int count; char str1[20] = "Hello World", str2[20]; for(count = 0;…