Question:What is an argument? Differentiate between formal arguments and actual arguments?
Answer An argument is an entity used to pass the data from calling function to the called function. Formal arguments are the arguments available in the function definition. They are preceded by their own data types. Actual arguments are available in the function call.
+ Report
What is an argument? Differentiate between formal arguments and actual arguments?