Domanda di colloquio di Capgemini

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

Risposta di colloquio

Anonimo

11 feb 2021

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