摘要:
Section 7.1 Defining a FunctionA function is uniquely represented by a name by a name and a set of operand types. Its operands, referred to as parameters, are specified in a comma-separated list enclosed in parentheses.The actions that the function performs are specified in a block, referred to as t 阅读全文
posted @ 2012-05-12 16:55
Ken.Dred
阅读(1190)
评论(0)
推荐(0)
摘要:
Exercise 7.1:What is the difference between a parameter and an argument?The parameters of a function provide named, local storage for use by the function.An argument is an expression, it might be a variable, a literal constant or an expression involving one or more operators.Exercise 7.2: Indicate w 阅读全文
posted @ 2012-05-12 16:54
Ken.Dred
阅读(316)
评论(0)
推荐(0)
