皮皮学,免费搜题
登录
搜题
【多选题】
网页按照制作的技术不同分为( )两种
A.
静态网页
B.
动态网页
C.
文字网页
D.
动画网页
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】以下程序的输出结果是: void main() { int a='\x42',b=0x43; printf("%d,%c\n",a,a); printf("%d,%c\n",b,b); }
A.
66,B 67,C
B.
程序出错,因为a,b是int型变量,只能用%d输出其值
C.
程序出错,因为C语言没有'\x42'的表达方式
D.
程序出错,因为a,b是int型变量,'\x42'和0x43都不是一个整数
【单选题】已知 A 的 ASCII 代码是 65 ,以下程序的输出结果是 ( ) #include "stdio.h" main() { int c1=65,c2=66; printf("%c , %c",c1,c2); }
A.
因输出格式不合法,输出错误信息
B.
65 , 66
C.
A , B
D.
65 66
【单选题】有以下程序 #include int main {int x=35,B; char z=’B’; B=((x)&&(z printf(“%d\n”,B); return 0; } 程序运行后的输出结果是
A.
1
B.
0
C.
35
D.
66
【单选题】以下程序的输出结果是______。 int d=1; fun (int p) { static int d=5;d+=p; printf('%d',d);return(d); } main() {int a=3;printf('d/n',fun(a+fun(d)));}
A.
699
B.
669
C.
6 15 15
D.
66 15
【单选题】有以下程序有以下程序 main( ) { int x=0102,y=0x12; printf("%2d,%2d\n",x,y); } 执行后输出结果是()
A.
102,12
B.
0102,0x12
C.
66,18
D.
258,10
【判断题】完全竞争市场中某厂商以低于市场均衡价格的价格出售产品将获得经济利润。( )
A.
正确
B.
错误
【单选题】I’ve invited him ____our school .
A.
vistied
B.
vistits
C.
visting
D.
to visit
【单选题】以下程序的输出结果是( )。 #include “stdio.h” main() { int cl=65,c2=66; printf(“%c,%c”,c1,c2); }
A.
因输出格式不合法,输出错误信息
B.
65,66
C.
A,B
D.
65 66
【单选题】----------Do you know if Mr. Wu ______ to our school tomorrow? ----------I’ve no idea. If he ______, everyone ______ very happy.
A.
will come; comes; will be
B.
will come; will come; is
C.
comes; will come; will be
D.
comes; comes; will be
【单选题】— I’ve shown you all the interesting and important places of our school. — Thank you for so much time.
A.
taking
B.
spending
C.
costing
D.
having
相关题目: