Given the input 'z y x w', what is the output after rearranging in reverse alphabetical order?

Answer: B. z y x w
The original order is already in reverse alphabetical order: z, y, x, w.