皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
同学:请将第二次PBL课程的照片以(最好是打包)形式上交,包括课后小组活动的图片、视频资料 也可以收集其他同学们拍的照片、录像等资料均可一并提交 二
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】以下程序中,fun()函数的功能是求3行4列二维数组每行元素中的最大值,请填空。 void fun(int,int,int(*)[4],int*); main() { int a[3][4]={{12,41,36,28},{19,33,15,27},{3,27,19,1}},b[3],i; fun(3,4,a,b); for(i=0;i<3;i++)printf('%4d',b[i]); prin...
【单选题】Neither the teacher not her students ________ to attend the meeting by the headmaster.
A.
has been asked
B.
has asked s
C.
have asked
D.
have been asked
【判断题】从大众社会理论来看,现代社会主要分成两个部分,一个部分是广泛的大众,另一个你是少数权利精英。
A.
正确
B.
错误
【简答题】以下程序中,fun函数的功能是求3行4列二维数组每行元素的最大值。请填空。 void fun(int,int,int (*)[4], int *); main() { int a[3][4]={{12,41,36,28},{19,33,15,27),{3,27,19,1}},b[3],i; fun(3,4,a,B) ; for(i=0;i<3;i++)printf('%4d',b[i]); pri...
【简答题】以下程序中,fun函数的功能是求3行4列二维数组每行元素中的最大值。请填空。 include <stdio, h> void fun(int,int,int( * )[4] ,int* ); main ( ) { int a[3] [4] = { { 12,41,36,28}, { 19,33,15,27}, {3,27,19,1 } } ,b[3] ,i; fun(3,4,a,b); for(i...
【单选题】排序趟数与序列的原始状态有关的排序方法是 ( )排序法。
A.
插入
B.
选择
C.
希尔
D.
快速
【单选题】Neither the students nor the teacher __ interested in it
A.
is
B.
are
【单选题】. ______ was wrong.
A.
Not the teacher but the students
B.
Both the students and the teacher
C.
Neither the teacher not the students
D.
Not the students but the teacher
【单选题】Neither the students nor the teacher _____.
A.
is to blame
B.
was to be blamed
C.
are to be blamed
D.
were to blame
【单选题】Neither the teacher nor her sttudents _______ to attend the meeting by the headmaster.
A.
has been asked
B.
has asked
C.
have asked
D.
have been asked
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题