I am trying to write a function in C that takes two arrays of characters, alternately combines the elements of the arrays into one new array and then returns a pointer to the new array. I am trying to write a function in C that takes
I am trying to write a function in C that takes two arrays of characters, alternately combines the elements of the arrays into one new array and then returns a pointer to the new array. I am trying to write a function in C that takes