Question: What phrase indicates that a function receives a copy of each argument passed to it rather than a reference to the objects themselves?

  1. pass by reference
  2. pass by occurrence
  3. pass by value
  4. API call

Answer: The correct answer of the above question is Option C:pass by value