欢迎来到牛牛题库网
牛牛题库官网
登录
注册
首页
搜题找答案
多项选择题
地陪在旅游者出站后和去饭店前应该做的工作包括______。
A.认找旅行团
B.核实人数
C.简要介绍游览项目
D.核实旅游团抵达的时间
E.结算费用
点击查看答案
相关考题
单项选择题
有以下程序 #include
#include
void fun(int*p1,int*p2,int*s){ s=(int*)calloc(1,sizeof(int)); *s=*p1+*p2;free(s);} main(){ int a[2]={1,2},b[2]={40,50},*q=a; fun(a,b,q); pfintf("%d\n",*q);} 程序运行后的输出结果是
A.41
B.42
C.0
D.1
单项选择题
有以下程序: #include
int b=2; int fun(int*k) {b=*k+b;return(b);} main() {int a[10]={1,2,3,4,5,6,7,8},i; for(i=2;i<4;i++){b=fun(&a[i])+b;printf("%d",b);} printf("\n");} 程序运行后的输出结果是
A.8 10
B.10 28
C.10 12
D.10 16
单项选择题
有以下程序 #include
#include
void fun(char*w,int m) {char s,*p1,*p2; p1=w;p2=w+m-1; while(p1
A.116611
B.161616
C.654321
D.123456
关注
顶部
微信扫一扫,加关注免费搜题