Hey guys any one knows how to combine two character arrays ?
eg: char ch[]="Hello";
char hc[]="World";
how to combine these two for a single array char chhc[15] ,
so that the result will be "HelloWorld" . if we print chhc .
Thank You
The C function for this is strcat