variable argument parameter的区别

1个回答

  • variable是变量

    parameter是参数

    argument的含义和他们的关系如下

    1.An independent variable.独立变量.

    2.Any value of an independent variable,e.g.,a search key; a number identify- ing the location of an itemin a table.| 独立变量的任何值.例如一个搜索(关)键(字),标识表中一个项(目)的位置的数.

    3.A parameter passed between a calling and a called program.| 在调用程序和被调用程序之间传送的参数.

    4.In PL/1,an expression and argument list that is part of a procedure reference.| PL/1语言中的一个表达式及自变量表,是过程参照的一部分.