Char initialized as concatenation of String +String variables generates error

JSCSJSCS:
@Delta_G, how would you accomplish the above using only char?

With strncat() and maybe some of the other c string functions (you'll find them when you look up strncat() )