Question d’entretien chez Telestream

Write a function to flip the characters in a string.

Réponse à la question d'entretien

Utilisateur anonyme

20 mars 2014

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