Question d’entretien chez Amantya Technologies

Round 2: Write a program to reverse the string.

Réponse à la question d'entretien

Utilisateur anonyme

16 juil. 2021

for i=0 to len/2 swap(&str[i], &str[len-i-1]