Vidyalelo
C++ Programming · Q168

Functions and Procedures in C++

Programming · C++ Programming · question 168

Q168

What is the mandatory preprocessor directive for c++?

A.
#define <iostream>
B.
#include <iostream>
Answer
C.
#undef <iostream>
D.
#macro <iostream>

Answer: Option B

Solution

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