Correct Answer : Option (D) : All of the above
Explanation : get() and at() differ in various ways. get() is not a part of array class, get is available under <tuple> header and get() takes array class also as a parameter to access the element.
<tuple>