If you want an argument to a function to always be passed by-06491
If you want an argument to a function to always be passed by reference, you can prepend
This multiple choice question (MCQ) is related to the book/course vu cs508 Modern Programming Languages. It can also be found in vu cs508 Final Term - Quiz No.4.
If you want an argument to a function to always be passed by reference, you can prepend
Percentage sign (%) to the argument name in the function definition
Dollar sign ($)to the argument name in the function definition
An ampersand (&) to the argument name in the function definition
Tilled sign (~)to the argument name in the function definition