Home »
MCQs »
C++ MCQs
Which of the following contains an array type manipulation function?
130. Which of the following contains an array type manipulation function?
- std namespace
- <iostream>
- <array>
- None of the above
Answer: A) std namespace
Explanation:
The "std" namespace contains an array type manipulation function.