R

Ram Sharma • 3.40K Points
Extraordinary

Q. What does the `params` keyword allow in C#?

  • (A) Optional parameters
  • (B) Multiple constructors
  • (C) Passing a variable number of arguments
  • (D) Named arguments

Explanation by: Ram Sharma
The `params` keyword allows passing a variable number of arguments to a method.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.