1.

How many arguments are required by the predefined function rotate() in C++?(a) 1(b) 2(c) 3(d) 4The query is from Arrays Types topic in division Arrays Types of Data Structures & Algorithms IThe question was asked in class test.

Answer»

The correct OPTION is (c) 3

To explain: The predefined function for ROTATING an array is rotate() in C++ which comes under the LIBRARY called an algorithm. It requires 3 ARGUMENTS.



Discussion

No Comment Found

Related InterviewSolutions