Which of the following is correct about remove_extent() function?
(a) Removes the given dimension from an array
(b) Removes the first dimension from the right of the array
(c) Removes the first dimension from the left of the array
(d) Removes the last dimension from the left of the array
I had been asked this question in an online interview.
This is a very interesting question from Array Type Manipulation topic in division Class Hierarchies, Library & Containers of C++