Check all that are true about iterators begin()"
A) It returns an iterator pointing to the first element in the container
B) It returns an iterator pointing to the last element in the container
C) It returns a reference to the first element in the container
D) It returns a reference to the last element in the container