Exam-style question
Try this first
Which statement best describes function application?.
- A.Giving particular inputs to a function
- B.Changing the return type of a function
- C.Listing all values in the integer set
- D.Replacing a pair with two functions
Model answer
What a good answer should say
- Giving particular inputs to a function
Explanation
Why this works
Function application means applying a function to particular inputs. For example, add(3,4) applies add to the pair of integer inputs 3 and 4.
Common mistake
No common mistake is linked to this question yet.
