Answers for "formal parameter c++"

C++
0

formal parameter c++

* formal parameter — the identifier used in a method to stand for the value that is passed into the method by a caller. For example, amount is a formal parameter of processDeposit.
* actual parameter — the actual value that is passed into the method by a caller.
Posted by: Guest on May-11-2020

Browse Popular Code Answers by Language