Pergunta de entrevista da empresa Capgemini

I was asked to reverse a string without using any string functions.

Resposta da entrevista

Sigiloso

11 de fev. de 2021

I used null character check to run a while loop to check string length and from there used another array to reverse.