Ask a Teacher



A function can be invoked by two methods based on passing the parameter. Which are they? How do they differ?

The parameter that appear in a function call statement i.e., which are passed are actual parameters.
The parameter that appear in a function definition i.e., which receive the passed value are formal parameters.


comments powered by Disqus