d) Traverse the right subtree in-order,
Q1: The unary scope resolution operator is used:
a. To access a global variable when a local variable of the same name is in scope.
b. To access any variable in an outer block when a local variable of the same name is in
scope.
c. To access a global variable when it is out of scope.
d. To access a local variable with the same name as a global variable.
Q2: __________ is usually faster than __________.
a. High-level I/O, low-level I/O.
b. Low-level I/O, high-level I/O.
c. Low-level I/O, internal data processing.
d. High-level I/O, internal data processing.