Vidyalelo
C++ Programming · Q345

C++ miscellaneous

Programming · C++ Programming · question 345

Q345

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

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board