142k views
7 votes
The identifiers in the system-provided header files such as iostream, cmath, and iomanip are defined in the namespace ____.

User JCAguilera
by
4.1k points

1 Answer

4 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 Bernard Sfez
by
4.0k points