Question: For the declarations below, which expression is FALSE if it1 and it2 refer to the same object? vector::iterator it1, it2; (a) it1 == it2 (b)
For the declarations below, which expression is FALSE if it1 and it2 refer to the same object? vector::iterator it1, it2; (a) it1 == it2 (b) *it1 == *it2 (c) &it1 == &it2 (d) None of the above is false
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
