MCQs>IT & Programming>C#>Which of the following statements are true regarding the ref and out parameters in C#?
C# MCQs
Which of the following statements are true regarding the ref and out parameters in C#?
Answer
Correct Answer: The out parameter can be used to return the values in the same variable passed as a parameter of the method. Any changes made to the parameter will be reflected in the variable.
Explanation:
Note: This Question is unanswered, help us to find answer for this one