________ are used to signal errors or unexpected events that occur while a program is running.

A) Virtual functions
B) Destructors
C) Exceptions
D) Templates


C) Exceptions

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. If the following is a valid call to the function moneyToNumberString, then moneyToNumberString is a member function of the money class. moneyToNumberString (priceString); 2. If the function getline, with the following function call, reads characters and stores then in nameString, the second parameter of getline must be a value parameter. getline (cin, nameString. ā€˜\nā€™); 3. It is helpful when testing a program system to display the name of the function as it begins execution. 4. The process of testing a function without knowing anything about the code inside the function is called black-box testing. 5. A function that calls itself is called a recursive function

Computer Science & Information Technology

A ________ box includes an arrow that when clicked displays a list of user selectable items

A) dialog B) drop-down C) pop-up D) combo

Computer Science & Information Technology

From a PivotTable report, you can double-click a total to display the data on a new worksheet

Indicate whether the statement is true or false

Computer Science & Information Technology

When cell B2 containing the formula =A4*B6 is copied to cell C1, the formula in cell C1 is ________

A) =A4*B6 B) =B3*C6 C) =A4*C5 D) =B3*C5

Computer Science & Information Technology