Parameters and Arguments in C#
Parameters and Arguments in C#

Parameters and Arguments in C#

In C#, as in other programming languages, you work with parameters and arguments. Values that we pass to a function or a method to construct a result. In this case, the parameters are passed to both the method and the Console.writeln() function, but in the main function we directly pass the arguments to shape the parameters with specific values and thus obtain a result.

To view or add a comment, sign in

Insights from the community

Others also viewed

Explore topics