Domanda di colloquio di Solace

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

Risposta di colloquio

Anonimo

24 gen 2017

Loop through, store letter temporarily and switch both.