how would u do this?
i have the following strings:

char *str1 = "123";
char *str2 = "456";

and now i want to print "123456"
what is the best way to do that?