Pregunta de entrevista de Solace

How to reverse a string (in whatever language). They provided the header: void reverse(char[] string, int length)

Respuesta de la entrevista

Anónimo

24 ene 2017

Loop through, store letter temporarily and switch both.