I was recently in a C++ technical interview, where I was given a bit of simple string manipulation code, which is intended to take a string and return a string that is comprised
How about removing the middle N-2n characters, where N is the length of the source string?