Which of the following is the correct syntax of using pair p?
(a) pair <type,type> p;
(b) pair p <type,type>;
(c) pair [type,type] p;
(d) pair p [type,type];
The question was asked in an online interview.
I would like to ask this question from STL topic in chapter Class Hierarchies, Library & Containers of C++