Correct Answer : Option (B) : Applies the manipulation provided to all the elements of the array
Explanation : <Valarray> header provides apply() function to apply any manipulation passed to the function to all the elements in the Valarray.
<Valarray>
apply()