C# Quiz

C# Fundamentals

You will be given 10 random questions.
Good luck!

Category: C# Basics

1. Only accessible within the class

Category: C# Basics

2. What does 10 | 7 return?

Category: C# Basics

3. what does 3 << 2 return?

Category: C# Basics

4. What does _ represent in a switch expression?

Category: C# Basics

5. What is an interface in C#?

Category: C# Basics

6. What does 10 >> 1 return?

Category: C# Basics

7. What will be the result of the following line of code?
Console.WriteLine(5 / 10);

Category: C# Basics

8. x= ++y;
what is x?

Category: C# Basics

9. Accessible from anywhere

Category: C# Basics

10. what is 0 / 3 ?

Your score is

The average score is 0%

0%