Which of the following is an incorrect declarations of iterators for STL containers? You may assume that the proper header has been included and that a using directive makes the names from namespace std available.

A. vector::iterator vecIterator;
B. list::iterator listIterator;
C. deque::iterator dequeIterator;
D. list::iterator listIterator;

B. list::iterator listIterator;

Computer Science & Information Technology

You might also like to view...

Which of the following file types is commonly used by digital cameras to store digital pictures in an efficient file size?

A) GIF B) JPEG C) BMP D) WAV

Computer Science & Information Technology

Which of the following features will automatically complete lists?

A) PivotTables B) Fill handle C) Flash Fill D) Web queries

Computer Science & Information Technology