有以下程序:输出的结果是( )。
#include<
struct stu
{ int num;
char name[10] :
int age;}
void fun(struct stu*p)
{printf("%sn" ,(*p).name);}
tllain()
{
struct stu students[3]={{9801 ,"Zhang".20} ,
{9802 ,"Wang",19},{9803 ,"Zhao" ,1 8}}
fun(students+2);
}
下列关于 E-R 图向关系模式转换的描述中,正确的是 ______。
在使用 INSERT INTO插入记录时,对于 AUTO_INCREMENT列,若需要使其值自动增长,下面填充方式中 错误的是 ______。