In C launguage, when an array name is passed to a function, what is passed is the ______ of the beginning of the array.A.dataB.valueC.locationD.element

题目

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


相似考题
更多“In C launguage, when an array name is passed to a function, what is passed is the ______ o ”相关问题
  • 第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);

    }

    }

    程序的执行结果是______。


    正确答案:passed
    passed 解析:条件运算符的形式为expression1? expression2:expression3。如果expression1的结果为true,则计算expression2,并将结果作为整个表达式的值;如果expression1的结果为false,则计算expression3,并将结果作为整个表达式的值。本程序中,score=65,score>60的判断结果为true,所以result="passed",最后输出结果当然也是passed。

  • 第2题:

    健康计划的总体目标中的三个"W"指

    A、who,what,when

    B、what,when,why

    C、who,what,which

    D、what,when,where

    E、when,where,which


    参考答案:A

  • 第3题:

    健康计划的总体目标中的三个"W"指

    A.who,what,when
    B.what,when,why
    C.who,what,which
    D.what,when,where
    E.when,where,which

    答案:A
    解析:
    总体目标的三个"W"分别指who-对象;what-实现什么变化;when-实现变化的期限。

  • 第4题:

    Luckily, all the people on the bus _________the traffic accident yesterday.

    A. endured

    B. survived

    C. lived

    D. passed


    正确答案:B

  • 第5题:

    健康计划的总体目标中的三个“W”指

    A:what,when,where

    B:who,what,when

    C:when,where,which

    D:who,what,which

    E:what,when,why


    正确答案:B
    解析:总体目标的三个“W”分别指who-对象;what-实现什么变化;when-实现变化的期限。

  • 第6题:

    【判断题】字母a如在英音里发/a:/,在美音里则常发/æ /,如 behalf, passed, path。

    A.Y.是

    B.N.否


    错误