Pregunta de entrevista de Telestream

Write a function to flip the characters in a string.

Respuesta de la entrevista

Anónimo

20 mar 2014

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