Which keyword is used to declare a variable that can store whole numbers without decimal points?
Which of the following control flow statements allows for multiple branches based on the value of a variable?
What is the purpose of the 'out' keyword when used with method parameters?
Which object-oriented programming principle involves creating new classes from existing classes, inheriting their properties and behaviors?
What keyword is used to indicate that a class implements an interface?
Which block of code is used to handle exceptions that might occur within a try block?
Which LINQ method is used to filter a sequence of elements based on a predicate?
Which class is commonly used for reading text from a file in C#?
Which collection type stores key-value pairs where each key is unique?
Which keyword is used to mark a method as asynchronous, allowing it to be awaited?