下列程序的输出结果是( )。
main()
{ int a ,b,d=25;
a=d/10%9;
b=a&&(一 1);
printf("%d ,%dn" ,a,b);}
指定一个数据库为当前数据库的 SQL语句语法格式是 ______。
软件设计包括软件的结构、 数据接口和过程设计, 其中软件的过程设计是指 ( )。
若有以下说明,则( )不是对 strcpy 库函数正确的调用。 strcpy 库函数用于复制一个字符串: char*strl="abcd" ,str2[10] ,*str3="hijklmn" ,*str4[2] , *str5="aaaa";
下列不属于 MySQL逻辑运算符的是 ______。
tllain()
{
struct stu students[3]={{9801 ,"Zhang".20} ,
{9802 ,"Wang",19},{9803 ,"Zhao" ,1 8}}
fun(students+2);
}
试题">有以下程序:输出的结果是( )。
#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);
}
使用 PHP进行 MySQL编程时,不能读取结果集中记录的函数是 ______。
gets(ss);strcat(ss ,"6789");printf("%sn" ,ss);
}
试题">当执行下面的程序时,如果输入 ABC,则输出结果是( )。
#include
#include
main()
{ char ss[10]="1 ,2,3,4,5" :
gets(ss);strcat(ss ,"6789");printf("%sn" ,ss);
}
表中不存在非主键列对主键的部分函数依赖,则该表符合 ______。
在讨论关系模型时,与“属性”同义的术语是 ______。