Vidyalelo
C# Programming · Q34

Miscellaneous in C Sharp

Programming · C# Programming · question 34

Q34

What does the "async" and "await" keywords do in C#?

A.
To perform asynchronous operations
Answer
B.
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