皮皮学,免费搜题
登录
搜题
【单选题】
“( )”的本质是传统产业的在线化、数据化。
A.
旅游+
B.
产业+
C.
酒店+
D.
服务业+
E.
互联网+
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】设有以下语句: struct st { int n; struct st *next; }; struct st a[3]={5,&a[1],7,&a[2],9,'\0'},*p; p=&a[0]; 则以下表达式的值为 6 的是( )。
A.
p++->n
B.
p->n++
C.
(*p).n++
D.
++p->n
【单选题】流利说长对话话1
A.
It poses a challenge to seniors
B.
It saves both time and money
C.
It is childish and unprofessional
D.
It is cool and convenient
【单选题】流利说长对话1
A.
He thought it was cool
B.
He needed the practice
C.
He wanted to stay connected wih them
D.
He had an urgent message to send
【单选题】在只有尾节点指针 rear 没有头节点的非空循环单链表中,删除开始节点的时间复杂度为( )
A.
O(1)
B.
O(n)
C.
【判断题】成人旅客购买卧铺车票乘车时,可以携带的免费行李为50千克。( )
A.
正确
B.
错误
【简答题】设有以下语句: struct st { int n; struct st *next; }; struct st a[3]={5, &a[1], 7, &a[2], 9, '\0' }, *p; p=&a[0]; 则以下输出值为6的是( )。A. printf("%d\n",p++->n); B. printf("%d\n",p->n++); C. printf("%d\n",(*...
【单选题】设有以下语句: struct st { int n ; struct st * next ; } ; static struct st a[3]= {5 , &a[1] , 7 , &a[2] , 9 , '\0'} , * p ; p=&a[0] ; 以下表达式的值为 6 的是 ( )
A.
p++ – >n
B.
p – >n++
C.
( * p) . n++
D.
++p – >n
【单选题】在只有尾节点指针 rear 没有头节点的非空循环单链表中,删除开始节点的时间复杂度为( )。
A.
o(1)
B.
o(n)
C.
o( )
D.
o(m×n)
【单选题】在只有尾节点指针rear没有头节点的非空循环单链表中,删除开始节点的时间复杂度为( )。
A.
O(1)
B.
O(n)
C.
D.
【单选题】在只有尾节点指针 rear 没有头节点的非空循环单链表中,删除尾节点的时间复杂度为( )。
A.
o(1)
B.
o(n)
C.
o( )
D.
o( )
相关题目: