Question 1  of   8

The void return type is used

A. for an async event handler.
B. for an async method that performs an operation but returns no value.
C. for an async pointer.
D. for an async method that returns a value.