当前位置:考试网  > 试卷库  > 计算机类  > 等级考试  > 计算机二级  > MySQL数据库程序设计  > 下列程序的运行结果为()。 #include main() {structdate {intyear,month,day; }today; printf("%dn",sizeof(structdate)); }
试题预览

下列程序的运行结果为()。

#include

main()

{structdate

{intyear,month,day;

}today;

printf("%dn",sizeof(structdate));

}

A、8
B、6
C、10
D、12
查看答案
收藏
纠错
正确答案:

B

答案解析:

暂无解析

你可能感兴趣的试题

设有如下表达式:CHECK(score>=0ANDscore<=100)关于该表达式,下列叙述中错误的是______。

数据库在运行过程中可能产生的故障有____________、_______________、___________。

下列关于表级约束和列级约束的描述中,不正确的是______。

部门表tb_dept的定义如下:下列说法中正确的是______。

CREATETABLEtb_dept(

deptnoCHAR(2)primarykey,

dnameCHAR(20)Notnull,managerCHAR(12),

telephoneCHAR(15)

);

MySQL中,不能创建索引的语句是______。

扫一扫,手机做题