求出10至1000之内能同时被2、3、7整除的数,并输出。
初始化值是0.618的双精度变量a的定义形式为____________。
设charstring[]="This_is_a_book!";则数组的长度应是____________。
设charx='a';则printf("x=%c,y=%cn",x,97);的输出是()
设
structstudent
{
第3页
intno;
charname[12];
floatscore[3];
}s1,*p=&s1;
用指针法给s1的成员no赋值1234的语句是____________。