【判断题】曲种的一个总称叫做大鼓,主要分为京韵大鼓、西河大鼓、梅花大鼓等等不下几十种。()
【简答题】二极管的应用范围广,主要是利用了它的____特性。
【单选题】已知学生记录描述为 struct student { int no; char name[20]; char sex; struct { int year; int month; int day; }birth; }; struct student s; 若要使变量s中的”生日”是”1984年11月11日”,则下列正确赋值方式是 。
A.
year=1984; month=11; day=11;
B.
birth.year=1984; birth.month=11; birth.day=11;
C.
s.year=1984; s.month=11; s.day=11;
D.
s.birth.year=1984; s.birth.month=11; s.birth.day=11;
【单选题】已知学生记录描述为 struct student { int no ; char name[20]; char sex; struct { int year ; int month; int day ; }birth; }; struct student s; 设变量 s 中 “ 生日 ” 应是 “2016 年 1 月 10 日 ” ,下列对 “ 生日 ” 的正确赋值方式是
A.
year=2016 ; month=1 ; day=10 ;
B.
birth. year=2016; birth. month=1 ; birth. day=10;
C.
s. year=2016; s.month=1 ; s.day=10;
D.
s. birth. year=2016; s. birth.month=1 ; s. birth.day=10;
【单选题】已知学生记录描述为 struct student { int no; char name[20]; char sex; struct { int year; int month; int day; }birth; }s; 设变量s中的“生日”是1984年11月11日,下列对“生日”的正确赋值方式是( )。
A.
year=1984; month=11; day=11;
B.
birth.year=1984; birth.month=11; birth.day=11;
C.
s.year=1984; s.month=11; s.day=11;
D.
s.birth.year=1984; s.birth.month=11; s.birth.day=11;
【单选题】增值税一般纳税人销售下列货物,适用11%税率的是( )