previous | index | next

Call By Value

C++ strictly enforces the call by value approach to function calling.

Call by value means that function argument values are copied to the corresponding function parameters.

How do you pass a struct pointer to a function?

previous | index | next