Pergunta de entrevista da empresa Atlassian

Write a program to reverse a string in any language...

Resposta da entrevista

Sigiloso

17 de jun. de 2015

I mentioned the strrev function in C, they asked if I knew how strrev works. I didn't know but I guessed: calc strlen, create new string using for loop with chars in reverse order, print string. They asked for alternate method same could be done with pointers.