1.

What is the function of shift()?

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» D. Returns new array after circular shifting elements by the given number


Discussion

No Comment Found