1.

Differentiate between actual parameter and formal parameter. Give a suitableexample of each.

Answer»

The term parameter sometimes called formal parameter is often USED to the variable as found in the function DEFINITION while argument sometimes gold actual parameter refer to the actual input is supplied at function CALL. for example,equal DEFINE a function as def f(x)



Discussion

No Comment Found