Can you create a function in C# which can accept varying number of arguments?
Bhuvanesh Mohankumar
Using the params keyword, a method parameter can be specified which takes a variable number of arguments or even no argument.