What is the difference between begin() and rbegin()?

a) both are the same b) begin() returns an iterator to the first element and rbegin() returns an iterator to an element kept at the end of the vector c) begin() returns an iterator to first element whereas rbegin() returns constant iterator to first element d) begin() returns returns first element rbegin() returns void