皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
《仪礼•士相见礼》提到,士与士初次见面,一定要带着“贽”,就是( )。如果主人辞谢,那么客人要说:“不以贽,不敢见尊者。”
A.
美玉
B.
见面的礼物
C.
食物
D.
丝绸
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】字符‘0’的ASCⅡ码的十进制数为48,且数组的第0个元素在低位,则以下程序的输出结果是______。 #include<stdio.h> main() { union{int i[2];long k;char c[4];}r,*s=&r; s->i[0]=0x39; s->i[1]=0x38; printf('%c/n',s->c[0]); }
A.
39
B.
9
C.
38
D.
8
【单选题】以下程序运行后的输出结果是? #includ int * f(int * x, int * y) { if(*x<*y) return x; else return y; } void main() { int a=7; b=8; *p, *q, *r; p=&a, q=&b; r=f(p,q); printf("%d,%d,%d\n",*p,*q,*r); }
A.
7,8,8
B.
7,8,7
C.
8,7,7
D.
8,7,8
【单选题】在增强“四个自信”中,( )是更基础、更广泛、更深厚的自信。
A.
道路自信
B.
理论自信
C.
制度自信
D.
文化自信
【单选题】以下程序中函数scmp功能是返回形参指针s1和s2所指字符串中较小字符串的首地址。#includ<string. h>char *scmp(char *s1,char *s2){ if(strcmp(s1,s2)<0) return(s1); else return(s2);}main(){ int i;char string[20],str[3][20]; for(i=0;i<3;i++) ge...
A.
abed
B.
abba
C.
abc
D.
abca
【单选题】有以下程序 #includ2<stdio.h> #include<string.h> main() { char b1[8]='abcdefg',b2[8],*pb=b1+3, while(--pb>b1)strcpy(b2,pB) ; printf('%d/n',strlen(b2)); } 程序运行后的输出结果是( )
A.
8
B.
3
C.
1
D.
6
【简答题】For one reason or another, people’s exposure to the media is often ________.
【判断题】another reason for british decline is the loss of its colonies,especially india,which gained its independence in 1 947. ii ()
A.
正确
B.
错误
【简答题】Another reason is that, thanks to modern medicine and higher living standard, people live longer now.
【单选题】有以下程序,程序中库函数islower(ch)用以判断ch中的字*是否为小写字* include<stdio.h> include<ctype.h> yoidfun(char*p) {inti=0; while(p[i]) {iffp[i]=&&islower(p[i-1]))p[i-1]=p[i-1]=p[i-1]-a+A; i++: } } main( ) {chars1[100]=abcdE...
A.
abcdEFg!
B.
abcdEFG!
C.
abcdEFg!
D.
abcDEFG!
【简答题】If you’re turned down for an increase, ask for a reason and another review in six months.(翻译)
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题