mattias1975
Programmer
Hello!
Whats wrong with this?
char *pointer[10];
strcpy(pointer[0], "hello");
printf("%s", pointer[0]);
Thank you
Whats wrong with this?
char *pointer[10];
strcpy(pointer[0], "hello");
printf("%s", pointer[0]);
Thank you