Page 1 of 1

Which of the following is the correct syntax of accessing the second element of a pair p?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) p.first
b) p.second
c) p[0]
d) p[1]