Question: How does the async keyword work?
- It allows access to asynchronous methods in the C# API
- It allows thread pooling and synchronous processes in static classes.
- It allows the await keyword to be used in a method
- It allows access to synchronous methods in the C# API
Answer: The correct answer of the above question is Option C:It allows the await keyword to be used in a method