An argument is an entity used to pass the data from calling funtion to the called funtion. Formal arguments are the arguments available in the funtion definition.They are preceded by their own data types.Actual arguments are available in the function call.
arguments are called as paramters .they are passed from main function to subfunction.
formal arguments are located in subfunction. actual arguments are located in function the values of actual arguments are copied to formal arguments.