Let\'s take the following example code where I concatenate two fixed-sized arrays together:
int main(void) { char first_name[20], last_name[20], full_name[40]