中国大学MOOC: byte b; int n=6;以下赋值语句错误的是( )。
b=n;
举一反三
- 有如下定义:byte b; int n=6;以下赋值语句错误的是( )。 A: =(byte)3; B: =3; C: =(byte)n; D: =n;
- byte b; int n=6;以下赋值语句错误的是( )。 A: b=3; B: b=(byte)3; C: b=n; D: b=(byte)n;
- byte b; int n=6;以下赋值语句错误的是( )。 A: b=3; B: b=(byte)3; C: b=n; D: b=(byte)n;
- 中国大学MOOC: 若有定义int n=0,*p=&n,**q=&p;则以下选项中,正确的赋值语句是( )。
- 中国大学MOOC: 若有定义语句:struct node{ int a1; int a2;}a3;以下赋值语句正确的是()
内容
- 0
中国大学MOOC: 若有以下定义,则正确的赋值语句是:int a,b;float x;
- 1
中国大学MOOC: 有以下语句,则调用函数的正确语句是()。int a[10];void fun(int *,int n);
- 2
中国大学MOOC: 若有定义: int a[2][2];,则以下赋值语句正确的是( )。
- 3
中国大学MOOC: 若有定义:int a=2,*p=&a,*q=p;则以下非法的赋值语句是()。
- 4
中国大学MOOC: 有以下语句,则调用函数的正确语句是()。int b[4][5];void fun(int *,int n);