Sunday, October 18, 2020

What is var keyword in C#?

In C# var keyword is used to declare implicit type variables. C# allows variables to be declared as explicit type or implicit type.

Use of var: 












No comments:

Post a Comment

Featured Post

What is JavaScript? What is the role of JavaScript engine?

  The JavaScript is a Programming language that is used for converting static web pages to interactive and dynamic web pages. A JavaScript e...