MCQs>IT & Programming>C#>void Disagree(ref bool? maybe) { maybe = maybe ?? true ? false : maybe; } When calling this method, the value of the reference parameter will be changed to:
C# MCQs
void Disagree(ref bool? maybe) { maybe = maybe ?? true ? false : maybe; } When calling this method, the value of the reference parameter will be changed to:
Answer
Correct Answer: false.
Explanation:
Note: This Question is unanswered, help us to find answer for this one