Default Argument: default value to be passed to
that parameter
● When a program omits an argument for a
parameter with a default argument in a function
call, the compiler rewrites the function call and
inserts the default value of that argument to be
passed as an argument to the function call.