In C#, why can you declare a variable using code 'int x;' but you can't declare a variable using code 'var x;'?
Experience Level: Not defined
Tags: C#
Answer
Related C# job interview questions
What does the method consist of in C#?
C# Not definedWhat are method parameters in C#?
C# Not definedWhat is a breakpoint in C# good for?
C# Not definedHow many classes should be in one .cs file and why?
C# Not definedWhat is the 'class' keyword used for in C#?
C# Not defined