Pergunta de entrevista da empresa Solace

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

Resposta da entrevista

Sigiloso

24 de jan. de 2017

Loop through, store letter temporarily and switch both.