Multiple Choice
The ____________ window in the debugger displays variables appearing in the current statement, in the three statements prior to the current one, and the three statements after the current one. (The current statement is the source code line currently highlighted in the debugger as your are stepping through the code.)
A) inspector
B) watch
C) locals
D) autos
Correct Answer:

Verified
Correct Answer:
Verified
Q163: A(n) _ specifies a variable's name and
Q164: You can use a cast operator to
Q165: When you perform a math operation on
Q166: A _ is a field whose value
Q167: If you want to display an ampersand
Q169: After a variable has been declared, you
Q170: A _ variable's scope begins at the
Q171: When an exception is thrown, an application
Q172: C# does not allow operations that mix
Q173: You can declare multiple variables of different