0
string word = "Hello Boys";
char x[100] = word; // wouldn't work
char x[] = word; //wouldn't work either

I rarely work with strings and chars and now it's coming back right at me.

4

1 に答える 1