Se la stringa ha memoria sufficiente allocata puoi anche fare:
codice:
int l=strlen(string);
string[l]=c;
string[l+1]=0;