If all variables are defined and assigned correctly, the following legal C language assignment statement is ()
A: x=y==5;
B: x=n%2.5;
C: x+n=i;
D: x=5=4+1;
A: x=y==5;
B: x=n%2.5;
C: x+n=i;
D: x=5=4+1;
举一反三
- If the variables are correctly defined and assigned, the following legal C language assignment statement is( ). A: x=y==5; B: x=n%2.5; C: x+n=i; D: x=5=4+1;
- 变量均正确定义并赋值,合法的C语言赋值语句是(<br/>) A: x=5=4+1; B: x=n%2.5; C: x+n=i; D: x=y==5;
- 设变量已正确定义并赋值,以下合法的C语言赋值语句是( ) A: x=y==5 B: x=n%2.5 C: x+n=i D: x=5=4+1
- 若变量均已正确定义并赋值,以下合法的C语言赋值语句是( <br/>)。 A: x=y==5; B: x=n%2.5; C: x+n=i; D: x=5=4+1;
- 若变量均已正确定义并赋值,以下合法的C语句是 A: x=y=5; B: x=5=4+1; C: x+n=j; D: x=n%2.5;