adspace
Answer Posted / Akash Kumar Kharwar
To declare a set in C++, you first include the corresponding header file (<set>), and then use the set container with template parameters. For example: nn`std::set<int> mySet;`nCreates an empty set of integers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers