Vidyalelo
C# Programming · Q42

Functions and Methods in C Sharp

Programming · C# Programming · question 42

Q42

What is the purpose of the params keyword in C# method parameters?

A.
To specify that a method can accept only one argument
B.
To specify that a method can accept no arguments
C.
To specify that a method can accept a variable number of arguments
Answer
D.
To specify that a method can accept a fixed number of arguments

Answer: Option C

Solution

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