Default argument pass to function - copy of data is passed to function - changes made to parameter in function (formal) do not affect argument that was passed in (actual) - [[Formal and Actual Parameters#C]]