Question 15
Consider the following C program:
Which of the following statements about the output are true?
If the input is x = 5, y = 6, the output is R
If the input is x = -1, y = 15, the output is V
If the input is x = 0, y = 12, the output is U
If the input is x = 1, y = 7, the output is R
If the input is x = 0, y = 5, the output is U