Vidyalelo
C# Programming · Q7

Miscellaneous in C Sharp

Programming · C# Programming · question 7

Q7

What does the "params" keyword allow in C#?

A.
Variable number of method arguments
B.
Passing multiple arguments
C.
Passing array of arguments
Answer
D.
Passing reference to arguments

Answer: Option C

Solution

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