In C launguage, when an array name is passed to a function, what is passed is the ______ of the beginning of the array.
A.data
B.value
C.location
D.element
第1题:
阅读下面程序
public class OperatorsAndExpressions {
String conditionalExpression(int score) {
String result;
//如果score超过60分,则结果是passed,否则是doesn't pass
result=(score>=60)?"passed":"doesn't pass":
System.out.println(result);
return result;
}
public static void main(String args[]) {
OperatorsAndExpressions perAndExp=new OperatorsAndExpressions();
//条件表达式
OperAndExp.conditionalExpression(65);
}
}
程序的执行结果是______。
第2题:
健康计划的总体目标中的三个"W"指
A、who,what,when
B、what,when,why
C、who,what,which
D、what,when,where
E、when,where,which
第3题:
第4题:
A. endured
B. survived
C. lived
D. passed
第5题:
健康计划的总体目标中的三个“W”指
A:what,when,where
B:who,what,when
C:when,where,which
D:who,what,which
E:what,when,why
第6题:
【判断题】字母a如在英音里发/a:/,在美音里则常发/æ /,如 behalf, passed, path。
A.Y.是
B.N.否