A program attempts to generate as many permutations as possible of the string, 'abcd' by pushing the characters a, b, c, d in the same order onto a stack, but it may pop off the loop character at anytime. Which one of the following strings CANNOT be generated using this program?