(Choose 1 answer)
Consider the following pseudocode:declare a stack of characters
while(there are more characters in the word to read)
A. riSgMoo
{read a character if a character is '*' then
B. riSgMor
pop the stack
else
C. GoMg
push the character into the stack
D. riSgMoG
} while(the stack is not empty)
pop and write the poped character to the screen
What is written to the screen for the input "Good**Morn**in***gSir"?
antonis ni
Ex 32