Question 1/12
What is the name of the C# keyword that is used to declare a variable?
Question 2/12
What is the difference between a static and an instance variable?
Question 3/12
What is the difference between a method and a function?
Question 4/12
What is the difference between an abstract class and an interface?
Question 5/12
What is the `Console.WriteLine()` method used for?
Question 6/12
What is the `System.DateTime` class used for?
Question 7/12
What is the `foreach` loop used for?
Question 8/12
What is the `try-catch` block used for?
Question 9/12
What is the difference between `null` and `undefined` in C#?
Question 10/12
What is the difference between `string` and `string[]` in C#?
Question 11/12
What is the `object` type in C#?
Question 12/12
What is the `new` keyword used for in C#?