Object Oriented Programming Using C Plus Plus - Study Mode

[#51] A variable's _____ indicates which portions of the program can use the variable
Correct Answer

area

[#52] If an integer object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is _____
Correct Answer

(C) either (a) or (b)

[#53] _____ variables are declared outside of any statement block
Correct Answer

(B) Global

[#54] The end of string is recognized by
Correct Answer

(A) the null character

[#55] The exclusive OR operator gives the result 1 when
Correct Answer

(B) one bit is 0 and the other is 1