1
Reply

Can you create a function in C# which can accept varying number of arguments?

    Using the params keyword, a method parameter can be specified which takes a variable number of arguments or even no argument.