暂无解析
设charstring[]="This_is_a_book!";则数组的长度应是____________。
在文件使用方式中,字符串"rb"表示()
执行下列程序
后输出的结果是()
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。
下列叙述中,正确的是()