Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
#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 ?
b) using namespace std;
c) using namespace iostream ;
d) using iostream;
Related Answered Questions
Related Open Questions