Beginner C++
Q6 / 100

What does the :: operator represent in C++?

Correct! Well done.

Incorrect.

The correct answer is B) Scope resolution operator

B

Correct Answer

Scope resolution operator

Explanation

:: is the scope resolution operator. std::cout uses it to access cout from the std namespace.

Progress
6/100