Types of Arguments:
1. Actual Arguments: Actual arguments are the values of the variables that send at the time when functions are called.
2. Formal Arguments: Formal arguments are the variables in which the values of actual arguments that are send during function call are collected.