Multiple Choice
In order to make a user-defined ADT available that is defined in the file myfile.h, you would
A) #include <myfile.h>
B) #include myfile.h
C) #include <myfile>
D) #include "myfile.h"
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: All code is in some namespace.
Q13: Which file name will end in a
Q14: The unspecified namespace is named _.
Q15: The statement using namespace std and the
Q16: Connecting the application and implementation files together
Q18: Which file name will end in a
Q19: cin and cout are defined in the
Q20: Why will the following code not compile?<br>Namespace
Q21: If you have a class defined in
Q22: The file that contains the definition of