Test Your Knowledge

C# Fundamentals - Lesson 4: Operators and Expressions Quiz

Answer all questions to test your understanding

1 What does the % operator do in C#?
2 What is the result of 10 / 3 in C# (integer division)?
3 Which operator is used for logical AND in C#?
4 What is the difference between ++x and x++?
5 Which operator is used for string concatenation?