Q134
Select the wrong statement about 'ref' keyword in C#?
A.
References can be called recursively
AnswerB.
The 'ref' keyword causes arguments to be passed by reference
C.
When 'ref' are used, any changes made to parameters in method will be reflected in variable when control is passed back to calling method
D.
All of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board