Domanda di colloquio di Telestream

Write a function to flip the characters in a string.

Risposta di colloquio

Anonimo

20 mar 2014

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