Filters
Question type

C++ signals an error or unusual situation by __________.

Correct Answer

verifed

verified

throwing a...

View Answer

If a function will possibly throw an unhandled exception,the try block should


A) be in the function definition
B) encompass the function call
C) be in the catch block
D) not be used

E) B) and D)
F) A) and B)

Correct Answer

verifed

verified

Functions that might throw an exception must have a throw list.

A) True
B) False

Correct Answer

verifed

verified

The throw statement passes a value to the catch block.

A) True
B) False

Correct Answer

verifed

verified

If the following function throws an unhandled exception,what happens? void f1)throws );

Correct Answer

verifed

verified

the progra...

View Answer

The catch block is also known as the ___________.

Correct Answer

verifed

verified

The catch block catch ...) is known as the ______________.

Correct Answer

verifed

verified

Showing 41 - 47 of 47

Related Exams

Show Answer