1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* * * 9.3 * * */ int main () { // Begin points to first element, end points to one past the last element // begin can not go past the end return 0; }