C++ C11 , , .
char str[5];
str="Ami"
char str2[10];
str2="NotGoing"
str 2 , str2 7, - 1. strncat (str, str2,);// .
, str (str2) str,
char str[10];
str="Ami"
char str2[3];
str2="Hello"
str str2 . .
strncat(str,str2,);
,
, str> = strlen (str) + strlen (str2) +1;
, , - . **