RPA Study Zone C# Quiz C# Fundamentals You will be given 10 random questions.Good luck! Category: C# Basics 1. Only accessible within the class private file public protected internal Category: C# Basics 2. What does 10 | 7 return? 15 13 1.4285 2 Category: C# Basics 3. what does 3 << 2 return? .003 1 12 6 Category: C# Basics 4. What does _ represent in a switch expression? case null continue onto next line case default it doesn't mean anything Category: C# Basics 5. What is an interface in C#? A class that cannot be inherited. A class that contains both abstract and concrete methods. A completely abstract class that can only contain abstract methods and properties. A class that must have a constructor. Category: C# Basics 6. What does 10 >> 1 return? .01 10 100 5 Category: C# Basics 7. What will be the result of the following line of code?Console.WriteLine(5 / 10); 0.5 1 0 5 / 10 Category: C# Basics 8. x= ++y;what is x? x is 1 more than y x is equal to y x is 1 less than y Category: C# Basics 9. Accessible from anywhere public private internal protected file Category: C# Basics 10. what is 0 / 3 ? PositiveInfinity 0 NaN Your score isThe average score is 0% 0% Restart quiz