Multiple Choice
To include a system-provided header file, such as iostream, in a user program, you enclose the header file between ____.
A) curly brackets
B) angular brackets
C) asterisks
D) square brackets
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: The base class inherits all its properties
Q26: In C++ the user can create new
Q27: When overloading an operator, the meaning of
Q28: A call to the base class constructor
Q29: Redefining a member function is the same
Q31: A derived class cannot have a constructor
Q32: For efficiency purposes, wherever possible, you should
Q33: Just as variables are parameters to functions,
Q34: Header files of new classes contain commands
Q35: To include a header file in a