1.

How is actual parameter different from the formal parameter?

Answer»
S.noACTUAL ParametersFormal Parameters
1.Used in the FUNCTION callUsed in the function header
2.Pass actual values to the function definitionReceive values PASSED to function
3.Can be constant or variableTreated as local variables


Discussion

No Comment Found