C# Tips

Today's C# Quiz

Quiz

Which one is a correct statement about C# var keyword?

var can be used only within a method
The concrete type of var variable is determined at run time
One can assign any type except anonymous type to var variable
var is the same as C# dynamic

Tip

Answer