皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
麦格雷戈提出的( )是对“经济人”假设的概括。
A.
“X理论”
B.
“Y理论”
C.
“超Y理论”
D.
“Z理论”
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列定义数组的语句中正确的是()
A.
#define N 10 int x[N];
B.
int N=10; int x[N];
C.
int x[0...10];
D.
int x [   ];
【单选题】The researchers checked how well the test subjects’insulin worked by measuring
A.
the blood sugar level in their bodies.
B.
the length of time they could cycle at one breath.
C.
the amount of insulin they took.
D.
the amount of sugar their muscles could make use of.
【简答题】下列定义数组的语句中正确的是()。A. #define size 10char~str1[size],str2[size+2]; B. char str[]; C. int num['10']; D. int n=5; int a[n][n+2];
【单选题】每一个网页表格都以()标签起始。
A.
form
B.
input
C.
html
D.
table
【简答题】A.By hiding behind the hedge and timing vehicles. B.By measuring the speed. C.By writing down their names. D.By taking down their car numbers.
【单选题】下列定义数组的语句中正确的是()
A.
#define N 10 int x[N];
B.
int N=10; int x[N];
C.
int x[0~9];
D.
int x[10.0];
【单选题】在jquery中被誉为工厂函数的是( )
A.
ready()
B.
function()
C.
$()
D.
next()
【单选题】下列定义数组的语句中正确的是().
A.
#define size 10 char str1[size];
B.
char str[];
C.
int num['10'];
D.
int n=5; int a[n+2];
【简答题】下列定义数组的语句中正确的是( )。A. static int a[2][3]={1,2,3,4,5,6};B. static int a[2][3]={{1},{4,5}};C. static int a[][3]={{1},{4}};D. static int a[][]={{1,2,3},{4,5,6}};
【单选题】在 jQuery 中被誉为工厂函数的是()
A.
ready( )
B.
function ()
C.
C . $()
D.
next( )
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题