function to find sum of few elements in vector code example Example: sum elements in vector c++ for (auto& n : vector) sum_of_elems += n;