in that case if pointer strings are used they can never be modified??

say, for example, as i've been trying to use in my above coding, what kind of string should i use for concatenating with another string??

if i use a char array i wont be able to concatenate since its size will vary... right??