Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - A C language problem, "If the values in integer variables A, B, C and D are: 1, 4, 3, 2 in turn, then the conditional expression A"

If x is correct, the answer is y, otherwise, if x is wrong, ta

A C language problem, "If the values in integer variables A, B, C and D are: 1, 4, 3, 2 in turn, then the conditional expression A"

If x is correct, the answer is y, otherwise, if x is wrong, ta

A C language problem, "If the values in integer variables A, B, C and D are: 1, 4, 3, 2 in turn, then the conditional expression A"

If x is correct, the answer is y, otherwise, if x is wrong, take z.

For your question, it is nested in brackets.

(a & ltb)? A: ((c<d)? C: D)

Just bring in the value.

( 1 & lt; 4)? 1((3 & lt; 2)? 3:2)

So obviously, the answer is 1 (because 1

Have a nice day ~ ~