Q40
What does the 'params' keyword do in C# method parameters?
A.
Allows variable number of arguments
AnswerB.
Restricts the number of arguments
C.
Declares constant parameters
D.
Indicates static method
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board