можно воспоользоватся функцией strncpy
strncpy, wcsncpy
Copy characters of one string to another.
The strncpy function copies the initial count characters of strSource to strDest and returns strDest.
или в позицию после AAABBBCCC записать терминальный 0 - '\0'