中国大学MOOC: 语句int bdata ibase表示ibase( )。
举一反三
- 中国大学MOOC: 语句int x = (int)3.8;,则x的值是( )。
- 中国大学MOOC: 设有语句int a[2][3],下面哪一种不能表示元素a[i][j] ________[/i]
- 中国大学MOOC: 若有定义语句:int a[10]={1,2,3,4,5,6,7,8,9,10},*p=a;则能表示数组a中元素的表达式是()。
- 中国大学MOOC: 有以下语句,则调用函数的正确语句是()。int a[10];void fun(int *,int n);
- 中国大学MOOC:"声明语句int (*p)();的含义是________。";