In C++

How can you traverse from one node to another in an STL list of type string?

A. By using a pointer to a node object.

B. By using a pointer to a list object.

C. By using an integer index.

D. By using an iterator.