c. Allowing the destructor of one object to be called while leaving the second pointer, to
the same memory location, intact.
d. Requiring the explicit overloading of the assignment operator.
A pointer cannot be assigned to
(a) another pointer of the same type
(b) a pointer to void
(c) a pointer of a type other than its own type and void
(d) any other pointer by using the cast operator
Which statement is true?
a) Sentinel values are used to control iteration when the precise number of iterations is
known in advance.
b) In a counter controlled-loop, the counter may not count downward.
c) Sentinels must be distinct from regular data items.
d) Sentinel-controlled iteration is often called definite iteration.