Vidyalelo
C# Programming · Q40

Introduction to C Sharp

Programming · C# Programming · question 40

Q40

What does the 'params' keyword do in C# method parameters?

A.
Allows variable number of arguments
Answer
B.
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