83.1k views
4 votes
Any parameter that receives a value and also sends a value outside the function must be declared as a reference parameter.

a. True
b. False

User Thexfactor
by
5.0k points

1 Answer

0 votes
It is true. The parameter that acquire the value and send a value outside function should be declared a reference parameter.
User Radven
by
5.1k points