383,492 views
39 votes
39 votes
The identifiers in the system-provided header files such as iostream, cmath, and iomanip are defined in the namespace ____.

User Dean Lee
by
2.8k points

1 Answer

25 votes
25 votes

Answer:

std

Step-by-step explanation:

Assuming this is a C++ question, those are all std libraries.

std::cout is in the <iostream> header for example.

User Riccardo Califano
by
2.5k points