与语句if(a>b)if(c>d)x=1;elsex=2;等价的是()
A、if(a>b){if(c>d)x=1;elsex=2;}A
暂无解析
设charstr[100];inti=5;则引用数组元素的错误形式是()
与语句if(a>b)if(c>d)x=1;elsex=2;等价的是()
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。
设charstring[]="This_is_a_book!";则数组的长度应是____________。
C语言程序中对文本文件的存取是以____________为单位进行的。