What is an argument ? differentiate between formal arguments and actual arguments? 

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.

Showing Answers 1 - 4 of 4 Answers

geetika mahajana

  • Oct 7th, 2011
 

FORMAL ARGUMENT :-The argument declared in function header is called formal argument......

ACTUAL ARGUMENT:- The argument passed to function while the function is called actual parameter.........

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions