1.

What is the actual parameters in C plus plus​

Answer»

Formal Parameter : A variable and its type as they appear in the prototype of the FUNCTION or METHOD. Actual Parameter : The variable or expression corresponding to a formal parameter that appears in the function or method CALL in the CALLING environment.



Discussion

No Comment Found