Question d’entretien chez Deem

Print the missing alphabets(A-Z) given in a string

Réponse à la question d'entretien

Utilisateur anonyme

22 nov. 2019

There are better solution but I made a null array of length 26 then took out each character of the given string and update the value to 1 for the corresponding position then printed all null position