You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Functions (II) C and C++ / Functions and Classes
Until now, in all the functions we have seen, the arguments passed to the functions have been passed by value. This means that when calling a function with parameters, what we have passed to the function were copies of their values but never the variables themselves.