Parameter list : Syntax
Formal parameter list: This is like molds or templates
(parm_type parm_name, parm_type parm_name, ....)
Actual parameter list: This is like material that fit into the mold or template specified in the formal list:
(expression, expression....)