Telestream interview question

Write a function to flip the characters in a string.

Interview Answer

Anonymous

Mar 20, 2014

Using C++, recursively "flip" the bits down the string. May use string library.