Indicate which of these remarks about function parameters and arguments is correct.
a. Arguments are listed in the function header between parentheses following the function name.
b. The word parameter is sometimes used as shorthand for formal parameter.
c. Formal parameters appear in a function call between parentheses following the function name.
d. Arguments are something that is used to fill in a formal parameter.
e. The first argument fills in the first formal parameter, the second argument fills in the second formal parameter and so on.
b) d) and e) are correct.
Explanation: a) should be: Formal parameters are listed between parentheses following the function name in the function header. b) is correct. c) should be: Arguments appear in a function call between parentheses following the function name. d) and e) are correct.
You might also like to view...
In order to do automatic type conversion for your class, you would write _________
Fill in the blank(s) with the appropriate word(s).
In the image shown above, the arrow is pointing at the region known as a(n) ________
Fill in the blank(s) with correct word
Moving from left to right, the first calculation in the order of operations is negation (-).
Answer the following statement true (T) or false (F)
A URL consists of a ____, a domain name, sometimes the path to a specific Web page or location in a Web page, and the Web page name.
A. protocol B. format C. storage D. B2C