Question: How does the async keyword work?

  1. It allows access to asynchronous methods in the C# API
  2. It allows thread pooling and synchronous processes in static classes.
  3. It allows the await keyword to be used in a method
  4. 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