J'ai postulé en ligne. J'ai passé un entretien chez Beyond, Inc. en févr. 2016
Entretien
rst clarify if it is ASCII or UNICODE string For ASCII, create BOOL checkArray [128] = {false}; walk the string and update the index of checkArray based of the character. for (int index=0;index< strlen(str); index++) { if (checkArray[str[index]] == true) { printf (str[index]); return; }