#include <iostraem> 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;
This question is related to BirlaSoft Interview

Showing Answers 1 - 6 of 6 Answers

vaibhav kaushik

  • Jul 28th, 2005
 

its answer is (b)

yash grotra

  • Jul 24th, 2006
 

its b.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions