lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 8
The void return type is used
A. for an async pointer.
B. for an async event handler.
C. for an async method that performs an operation but returns no value.
D. for an async method that returns a value.
Links:
Asynchronous programming with async and await
Async Return Types