Kizspy | Question: 18
(Choose 1 answer)
What is the purpose of the params keyword in C#?
A. It allows a method to return multiple values.
B. It restricts arguments to be passed by reference.
C. It allows passing a variable number of arguments to a method.
D. It is used for initializing local variables