

MCQOPTIONS
Saved Bookmarks
1. |
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]; |
Answer» B. pair p <type,type>; | |