设inta[][4]={1,2,3,4,5,6,7,8,9};则数组a的第一维的大小是()
B
暂无解析
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。
下列叙述中,正确的是()
设charstring[]="This_is_a_book!";则数组的长度应是____________。
求1到100之间的奇数之和及偶数之和,并将二者输出。
C语言程序中对文本文件的存取是以____________为单位进行的。