Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

Variable names known only to the procedure in which they are declared are ________
A:
local
B:
global
C:
recent
D:
internal
Answer: A
No answer description is available. Let's discuss.
The end of string is recognized by
A:
the null character
B:
the newline character
C:
the $ sign
D:
the / sign
Answer: A
No answer description is available. Let's discuss.
_____ variables are declared outside of any statement block
A:
Area
B:
Global
C:
Local
D:
Reference
Answer: B
No answer description is available. Let's discuss.
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 _____
A:
const int &
B:
int &
C:
either (a) or (b)
D:
neither (a) nor (b)
Answer: C
No answer description is available. Let's discuss.
A variable's _____ indicates which portions of the program can use the variable
A:
area
B:
extent
C:
lifetime
D:
reach
Answer: E
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz