Kizspy | Question: 18
(Choose 1 answer)
When passing a parameter by reference using the "ref" keyword, what happens inside the method?
A. The parameter is passed by value.
B. The parameter is passed by reference and the method can modify its value.
C. The parameter becomes read-only.
D. The parameter is discarded.