Solved: Pass by Reference and Pass by Value

  1. What are pass by reference and pass by value? Please explain what happens with the value. Provide examples.
  2. Give an example of when pass by reference and pass by value should be used in a program. A real-world programming problem specifically. (THINK: an example with a calculation or data manipulation).