Total Questions : 10
Expected Time : 10 Minutes

1. What is 'garbage collection' in C#?

2. What is the purpose of the 'break' statement in a switch statement in C#?

3. What is the purpose of the 'is' keyword in C#?

4. What is the primary benefit of using the 'async' and 'await' keywords in C#?

5. What is the difference between 'ref' and 'out' parameters in C#?

6. What is the purpose of the 'this' keyword in C#?

7. In C#, what is the purpose of the 'StringBuilder' class?

8. What is 'nullable types' in C#?

9. What is 'generics' in C#?

10. What is the C# syntax for a for loop?