Exam 21: Standard Template Library Stl
Exam 1: Introduction to Computers, the Internet and the World Wide Web27 Questions
Exam 2: Introduction to C Programming21 Questions
Exam 3: Control Statements, Part 127 Questions
Exam 4: Control Statements, Part 228 Questions
Exam 5: Functions and an Introduction to Recursion47 Questions
Exam 6: Arrays and Vectors19 Questions
Exam 7: Pointers and Pointer-Based Strings28 Questions
Exam 8: Sequential-Access Files12 Questions
Exam 9: Classes35 Questions
Exam 10: Classes: a Deeper Look, Part 215 Questions
Exam 11: Operator Overloading; String and Array Objects32 Questions
Exam 12: Object-Oriented Programming: Inheritance19 Questions
Exam 13: Object-Oriented Programming: Polymorphism23 Questions
Exam 14: Templates13 Questions
Exam 15: Stream Inputoutput33 Questions
Exam 16: Exception Handling24 Questions
Exam 17: File Processing11 Questions
Exam 18: Class String and String Stream Processing26 Questions
Exam 19: Searching and Sorting10 Questions
Exam 20: Data Structures19 Questions
Exam 21: Standard Template Library Stl56 Questions
Exam 22: Bits, Characters, C Strings and Structs26 Questions
Exam 23: Boost Libraries, Technical Report 1 and C0x21 Questions
Exam 24: Other Topics19 Questions
Exam 25: ATM Case Study, Part 1: Object-Oriented Design With the Uml15 Questions
Exam 26: ATM Case Study, Part 2: Implementing an Object-Oriented Design3 Questions
Exam 27: Game Programming With Ogre23 Questions
Select questions type
Functions lower_bound, upper_bound and equal_range are different in their:
(Multiple Choice)
4.8/5
(42)
The order of the arguments passed to function replace_copy_if must be:
(Multiple Choice)
4.8/5
(35)
If pairs is a map containing int keys and double associated values, the expression pairs[ 5 ] = 10:
(Multiple Choice)
4.9/5
(37)
Which of the following is not a member function of all sequence containers?
(Multiple Choice)
4.9/5
(41)
Given that v1 and v2 are vectors, the function call std::equal v1.begin), v1.end), v2.begin) ) returns:
(Multiple Choice)
4.7/5
(36)
The __________ function would produce a sequence containing 3 elements when passed the sequences 1, 2 and 1, 2, 3, 4, 5 as first/second and third/fourth arguments, respectively.
(Multiple Choice)
4.8/5
(35)
Which of the following statements produces the same results as the statement:
Std::copy v1.begin), v1.end), v2.begin) );
If v1 and v2 are both 10-element vectors?
(Multiple Choice)
4.8/5
(36)
Sorting a preexisting sequence of n elements can be accomplished with the heapsort algorithm by:
(Multiple Choice)
4.9/5
(31)
Functions partial_sum and partial_sort are similar in that:
(Multiple Choice)
4.7/5
(37)
Which category of iterators combines the capabilities of input and output iterators into one iterator?
(Multiple Choice)
4.9/5
(43)
Part of the functionality of member function _________ can be performed by member function lower_bound.
(Multiple Choice)
4.9/5
(30)
Showing 41 - 56 of 56
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)