Vidyalelo
C# Programming · Q134

Classes and Objects in C Sharp

Programming · C# Programming · question 134

Q134

Select the wrong statement about 'ref' keyword in C#?

A.
References can be called recursively
Answer
B.
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