Home »
MCQs »
C++ MCQs
Which of the following function is used to remove all dimensions from an array?
129. Which of the following function is used to remove all dimensions from an array?
- remove_dimension
- remove_all_dimensions
- remove_extent
- remove_all_extents
Answer: D) remove_all_extents
Explanation:
The remove_all_extents is used to remove all dimensions from an array.