Print the missing alphabets(A-Z) given in a string
Sigiloso
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