设inti=5;则循环语句while(i>=1)i--;执行后,i的值为____________。
0
暂无解析
设intx[]={1,2,3,4,5,6},*p=x;则值为3的表达式是()
表达式a=1,a+=1,a+1,a++的值是____________。
设inta[2][3]={{2},{3}};则数组元素____________的值为3。
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。
设有定义语句