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
发布时间:2025-12-11 22:01:51
A、1;
B、2;
C、3;
D、4