MCQs > IT & Programming > C++ > Which of the following is a true statement about the difference between pointers and iterators?

C++ MCQs

Which of the following is a true statement about the difference between pointers and iterators?

Answer

Correct Answer: Incrementing an iterator always means access the next element in the container(if any), no matter the container. Incrementing the pointer means pointing to the next element in memory, not always the next element.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it