Question d’entretien chez Microsoft

Write an algorithm to validate a palindrome

Réponse à la question d'entretien

Utilisateur anonyme

28 août 2013

bool isPalin(char * word){ int i = 0, j = strlen(word)-1; while(i