b. extensible
c. inextensible
d. None of the above.
In a typical nested for loop (not a range-based for loop) used to process a
two-dimensional array, following the end of each execution of the inner for loop:
a. The outer for loop initializes its counter variable.
b. The outer for loop increments its counter variable.
c. The inner for loop initializes its counter variable.
d. The inner for loop increments its counter variable.
Which of the following statements is false?
a. The default constructor does not initialize the class’s fundamental-type data members,
but does call the default constructor for each data member that’s an object of another
class.
b. A string’s default constructor initializes the object to the empty string.
c. An uninitialized fundamental-type variable is implicitly initialized to zero.