C# Quiz

C# Fundamentals

You will be given 10 random questions.
Good luck!

Category: C# Basics

1. What does _ represent in a switch expression?

Category: C# Basics

2. Which of the following lines of code uses the addition assignment operator?

 

Category: C# Basics

3. What does 10 ^ 3 return?

Category: C# Basics

4. What is the result of the following?
int result = 3 + 1 * 5 / 2;

Category: C# Basics

5. Only accessible from within same assembly

Category: C# Basics

6. 0 / -3 returns what?

Category: C# Basics

7. int x = 3;
int y = 2 + ++x;
What are the values of x and y?

Category: C# Basics

8. Default access modifier for a class

Category: C# Basics

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

Category: C# Basics

10. What happens when you divide a zero double value by 0?

Your score is

The average score is 0%

0%