Answer the following questions true (T) or false (F)
1. Elements of a set and map are stored in sorted order.
2. A failing find() operation on an STL set returns a null pointer value.
1. True
2. False
Explanation: Like most find members in STL containers, a failing find() operation on an STL set returns the iterator returned by the end() member function.
Computer Science & Information Technology
You might also like to view...
Some tablets have screens as small as 7" measured across, while others have screens closer to 14"
Indicate whether the statement is true or false
Computer Science & Information Technology
The _________ element provides for nested browsing.
a. object b. source c. canvas d. iframe
Computer Science & Information Technology