True/False
A function declared thus: void func(argument_list)throw();should throw no exception of any type.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: In C++,an exception object can be a
Q17: What is the purpose of exception handling?
Q18: Compilers will check code in functions against
Q19: The default action of unexpected()can be changed.
Q20: How can you write a catch block
Q22: A function uses an exception specification that
Q23: Statements that cause an exception must be
Q24: A function that satisfies its preconditions but
Q25: In type matching to select a catch
Q26: The situations where exceptions are used put