Essay
Write just a catch block with a catch block parameter type that will catch all exceptions that are yet uncaught.
Correct Answer:

Verified
catch(... )
{
cout << "caught View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
catch(... )
{
cout << "caught
{
cout << "caught
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Related Questions
Q19: The default action of unexpected()can be changed.
Q20: How can you write a catch block
Q21: A function declared thus: void func(argument_list)throw();should throw
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
Q27: An uncaught exception in C++ is ignored.
Q29: The context in which the throwing of