I have
char aa[] = { \"Hello, !\" };
char bb[] = { \"World\" };
How to insert bb into aa the most efficiently with cstring
malloc
new[]
strncpy
memcpy
strcpy