Argument list is one of the parts of user defined functions.
Argument list contains valid variables, which are seperated by comma. Argument list must be surrendered be round parentheses.
The argument list receives values from calling function. All variables must be declared for their data types after function header and before opening brace of the function header.