Vidyalelo
Computer Science · Q264

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 264

Q264

Which of the following instructions tells C++ to merge the source code from the iostream.h file into the current file?

A.
#include <iostream.h>
B.
#include iostream.h
C.
/#include <iostream.h>
D.
#merge iostream.h
E.
None of the above
Answer

Answer: Option E

Solution

Answer: Option E
No explanation is given for this question Let's Discuss on Board