Multiple Choice
Assume you have three int variables: x = 2, y = 6, and z.Choose the value of z in the following expression: z = (y / x > 0) ? x : y;.
A) 2
B) 3
C) 4
D) 6
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: You can use either a(n) _ or
Q22: What is the value of x after
Q23: The expression (x >= 0 && x
Q24: A control structure alters the normal sequential
Q25: Putting _ in front of a logical
Q27: The operators !, &&, and || are
Q28: In C++, the operators != and ==
Q29: Which of the following operators has the
Q30: Putting a semicolon after the parentheses following
Q31: Which of the following expressions correctly determines