Q34
What does the "async" and "await" keywords do in C#?
A.
To perform asynchronous operations
AnswerB.
To define a new thread
C.
To handle exceptions
D.
To declare a class
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board