Correct Answer : Option (B) : v.size()
Explanation : To get the number of elements stored in the vector v we use the function v.size(). It returns how many elements are currently in the vector excluding the void places.