1. The following C# code is using C# Generics. Which is an incorrect explanation? T t = default(T);
2. C# / .NET supports various built-in data structures. Which of the following data structures does not exist as built-in?
3. Which of the following interfaces should be implemented to use LINQ to Objects?
4. What is the result of the following C# code?
5. Find an invalid example of using C# var
6. In the following C# example, variable a is string. Find one that either is wrong or returns a different result.
7. When you want to provide other resources for other cultures or languages, which assembly should you create?
8. Which of the followings does not allow you to use C# static keyword?
9. In C#, what is similar to C++ function pointer?
10. Which of the following C# methods is not valid? (method body elided)