Exam 16: Exception Handling

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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

(Multiple Choice)
4.8/5
(35)

The throw statement passes a value to the catch block.

(True/False)
4.8/5
(35)

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

(Short Answer)
4.8/5
(43)

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

(Short Answer)
4.8/5
(31)

The catch block is also known as the ___________.

(Short Answer)
4.8/5
(37)

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

(Short Answer)
4.8/5
(42)

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

(True/False)
4.9/5
(37)
Showing 41 - 47 of 47
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)