you can use:

PHP Code:
char *mystring[5]=new char[<maxstringlength>];

strcat(mystring[0],"Hello");