题目内容

在智慧旅游的背景下,()是建立营销推广方案的基础

查看答案
更多问题

智慧旅游建设强大的旅游服务基础数据库,为旅游行政部门、旅游企业与游客构建了直接互动的便利渠道。

A. 对
B. 错

以下程序的输出结果为()。#includevoid main(){int a=30;printf("%d",(a/3>0)?a/10:a%3);}

A. 0
B. 1
C. 10
D. 3

执行以下程序段后,x的值为0,y的值为1。int x, y;if (x = 0) y = 0;elsey = 1;

A. 对
B. 错

请写出以下程序的输出结果——。#includevoid main(){int a=100;if(a>100)printf(”%d\n”,a>100);elsepIintf(”%d\n”,a<=100);}

答案查题题库