1.

What Is Difference Between A Formal And An Actual Parameter?

Answer»

The FORMAL parameters are the names that are DECLARED in the parameter list of the header of a module.

The actual parameters are the values or expressions PLACED in the parameter list of the actual call to the module.

The formal parameters are the names that are declared in the parameter list of the header of a module.

The actual parameters are the values or expressions placed in the parameter list of the actual call to the module.



Discussion

No Comment Found