

MCQOPTIONS
Saved Bookmarks
1. |
What is the use of sum() function in Valarray? |
A. | Applies the manipulation provided to all the elements of the array |
B. | Returns the summation of all elements of Valarray |
C. | Returns new array after shifting elements by the given number |
D. | Returns new array after circular shifting elements by the given number |
Answer» C. Returns new array after shifting elements by the given number | |