有以下程序:程序运行后的输出结果是( )。
main()
{ int a[]=(2 ,4,6,8,10},y=0,x,*P;
p=&a[1];
for(x=1;x<3;x++) y+=p[x];
printf("%dn ,y");
}
A、10C
暂无解析
在 MySQL中,关键字 AUTO_INCREMENT用于为列设置自增属性,能够设置该属性的数据类型是 ______。
在 MySQL中,用户账号信息存储在 ______。
现要求删除 MySQL数据库中已创建的事件,通常使用的语句是 ______。
有以下程序:输出的结果是( )。
#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);
}
MySQL数据库中的数据完整性,不包括 ______。