Select The Wrong Statement About Ref Keyword In C #179
Select the wrong statement about 'ref' keyword in C#?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Classes - Reference Variables and Assignment - Quiz No.1.
Select the wrong statement about 'ref' keyword in C#?
References can be called recursively
The 'ref' keyword causes arguments to be passed by reference
When 'ref' are used, any changes made to parameters in method will be reflected in variable when control is passed back to calling method
All of the mentioned