单项选择题
有以下定义和语句:
struet workers
int num;char name[20];char c;
Struct
int day;int month;int year;s;
;
struct workers w,*pw;
pw=&w;
能给w中year成员赋1980的语句是( )。
A.*pw.year=1980;
B.year=1980;
C.pw->year=1980
D.s.year=1980;
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
在学生管理的关系数据库中,存取一个学生信息的数据单位是( )。
A.文件
B.数据库
C.字段
D.记录
点击查看答案&解析
单项选择题
数据库管理系统中负责数据模式定义的语言是( )。
A.数据定义语言
B.数据管理语言
C.数据操纵语言
D.数据控制语言
点击查看答案&解析
相关试题
有以下程序: #include<stdio.h> voi...
有以下程序: #include<stdio.h> int...
有以下程序: #include<stdio.h> mai...
有以下程序: #include<stdio.h> mai...
有以下程序: #include<stdio.h> #d...