Question d’entretien chez WhatsApp

String reverse. Tree(data structure) related question.

Réponses aux questions d'entretien

Utilisateur anonyme

19 févr. 2014

And today u must be knowing what u lost by not joining whatsapp.

4

Utilisateur anonyme

22 mai 2015

void reverseString(char *str){ char *end = str; char *temp; if(str){ while(end){ end++; } end--; while(str