An async method can perform other statements between those that launch an asynchronous Task and await the Task’s results. In such as case, the method continues executing those statements after launching the asynchronous Task until it reaches ________.
a) the await expression
b) the return statement
c) the Task return
d) the async return
a) the await expression
Computer Science & Information Technology