Parameter Passing

Matching exercise

    
Match the items on the right to the items on the left.
locale.h
errno.h
assert.h
Call by value
Call by reference
This file contains locale functions.
This file contains error handling functions.
This file contains diagnostics functions.
A copy of the value is passed into the function
An address of value is passed into the function