In designing a recursive algorithm to convert prefix expressions to the postfix format, the base case for the algorithm that determines the length of the prefix expression is _____.
A. finding an operator
B. finding an operand
C. running out of characters
D. finding an end of line character
Answer: B
Computer Science & Information Technology