Page 1 of 1

Which of the following is the correct syntax of using pair p?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) pair <type,type> p;
b) pair p <type,type>;
c) pair [type,type] p;
d) pair p [type,type];