Vidyalelo
C# Programming · Q18

Multithreading in C Sharp

Programming · C# Programming · question 18

Q18

What is the difference between synchronous and asynchronous programming in C#?

A.
Synchronous programming blocks until a task is completed, while asynchronous programming allows tasks to execute concurrently
Answer
B.
Synchronous programming executes tasks sequentially, while asynchronous programming executes tasks in parallel
C.
Synchronous programming is simpler, while asynchronous programming is more complex
D.
Synchronous programming is more memory-efficient, while asynchronous programming is more CPU-efficient

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board