赞题库-背景图
单项选择题

After the execution of the following statements:int a=1, b=2, c=3, d=4, m=2, n=2, cond;cond = (m=a>;b) && (n=c>;d);, which one of the following value is equal to the value of n ?
A、1
B、2
C、3
D、4