Moving array variables

I've changed this to the following now...

char c[3] = {0,0,0};

... is that what you mean?