An exception:
a. Terminates program execution.
b. Terminates the block where the exception occurred.
c. Will terminate the block where the exception occurred unless a catch command stops it.
d. Will not terminate a block unless explicitly instructed to do so.
b. Terminates the block where the exception occurred.
You might also like to view...
Which of the following conditions will put the input filestream object into the fail state?
A. Opening a file which already exists and is in the same directory as the program. B. Opening a file which does not already exist, or is not in the same directory as the program. C. Trying to read an integer when the next character in the file is the /n. D. All of the above will put the file object into the fail state.
The ______ and ______ operators are used to shift the bits of a value to the left or to the right, respectively.
Fill in the blank(s) with the appropriate word(s).
You can set indents on the Paragraph tab in the Paragraph dialog box.
Answer the following statement true (T) or false (F)
The process of breaking down a program into parts is called
a) modularization. b) flow charting. c) event-driven programming. d) structured programming.