Multiple Choice
To use the assert function in your program, you should include the statement ____.
A) #include <assert>
B) #include <cassert>
C) #include <iostream>
D) #include <exception>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: The class _ is the base of
Q33: When an exception is thrown in a
Q34: The general syntax to rethrow an exception
Q35: If no exception is thrown in a
Q36: Which of the following classes is derived
Q38: Which of the following options should you
Q39: Which of the following blocks is designed
Q40: C++ provides all the exception classes you
Q41: Which of the following is a valid
Q42: Which of the following statements throws a