Question

What is a key advantage of the Go programming language in terms of concurrency?

A It has multi-threading support Correct Answer Incorrect Answer
B It uses cooperative multitasking Correct Answer Incorrect Answer
C It has built-in goroutines and channels for concurrency Correct Answer Incorrect Answer
D It doesn't support concurrency Correct Answer Incorrect Answer
E None of the mentioned Correct Answer Incorrect Answer

Solution

The correct answer is C

Practice Next
×
×