How to Call Non-Trailing Arguments as Default Argument in C#?
C# provides a great feature to function that is a function argument can have default values. When a function is called without the argument, the argument gets its default value. Or in other words, a default argument is a value provided in a method declaration that is automatically assigned if the va