Which of the following operations do forward iterators have?

A. Overloaded operator+ to add an int value to the iterator to move the place the iterator points forward by the argument number of elements.
B. Overloaded operator* to multiply the iterator by an int value to move the place the iterator points by a number of elements equal to the argument.
C. Overloaded operator++ to move the place the iterator points forward by one element.
D. Overloaded operator-- to move the place the iterator points backward by one element.

C. Overloaded operator++ to move the place the iterator points forward by one element.

Computer Science & Information Technology

You might also like to view...

The code in the ____ block of a Property procedure allows an application to assign a value to the Private variable associated with the property.

A. Get B. SetProperty C. Set D. GetProperty

Computer Science & Information Technology

You can access a browser and display a Web page during your presentation.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology