Vidyalelo
C# Programming · Q117

Arrays and Strings in C Sharp

Programming · C# Programming · question 117

Q117

Which statement is/are correct?

A.
An argument passed to a ref parameter need not be initialized first
B.
Variables passed as out arguments need to be initialized prior to being passed
C.
To use a ref parameter, only the calling method must explicitly use the ref keyword
D.
None of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board