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

What will be an ideal response?

```
catch(. . . )
{
cout << “caught exception of unknown type\n”;
// Whatever else needs to be done to manage
this situation would go here.
}
```

Computer Science & Information Technology

You might also like to view...

If you can't edit an open file, it may be in ________ mode

Fill in the blank(s) with correct word

Computer Science & Information Technology

As shown in the accompanying figure, the inside border of a table is styled using the ____ selector.

A. table B. tt C. tr D. td

Computer Science & Information Technology