main()函数可以带两个形参,一般分为argc和argv,其中argv可以定义为()
A、intargvB
暂无解析
设inta[2][3]={{2},{3}};则数组元素____________的值为3。
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。
设charstring[]="This_is_a_book!";则数组的长度应是____________。
C语言程序中对文本文件的存取是以____________为单位进行的。
表达式!10!=1的值是____________。