Referring to the sample code above ,which of the following could you use to make the standards I/O Stream classes accessible without requiring the scope resolution operator ?
a) using namespace std::iostream b) using namespace std; c) using namespace iostream ; d) using iostream;