Việc truyền tham số cho hàm trong C là truyền theo giá trị; nghĩa là các giá trị thực (tham số thực) không bị thay đổi giá trị khi truyền cho các tham số hình thức.
The transmission parameters for a function in C is transmitted according to value; that is the real value (actual parameters) not changed value when passed to the formal parameter.
The pass parameters to a function in C is passed by value; means that the real value (real parameters) are not changed when the value parameter passed to the form.
The parameter in the transfer function is the true value of the value that is passed by value. This means that you don't change the value of the parameter, and the form of the parameter.