C# Quiz

C# Fundamentals

You will be given 10 random questions.
Good luck!

Category: C# Basics

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

Category: C# Basics

2. An object must implement what interface in order to use foreach?

Category: C# Basics

3. What is 0.0 / -3.0 ?

Category: C# Basics

4. What does 10 | 7 return?

Category: C# Basics

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

 

Category: C# Basics

6. What does 10 >> 1 return?

Category: C# Basics

7. What happens when you divide a positive double value by 0?

Category: C# Basics

8. what does 3 << 2 return?

Category: C# Basics

9. What's the purpose of abstraction in C#?

Category: C# Basics

10. Only accessible within the class

Your score is

The average score is 0%

0%