C++11’s minmax algorithm receives two items and returns a(n) _______ in which the smaller item is stored in first and the larger item is stored in second.

Fill in the blank(s) with the appropriate word(s).

pair.

Computer Science & Information Technology

You might also like to view...

________provides a summary of CPU, disk, network, and memory performance statistics including mini-graphs of recent performance of these four components

a. Performance Monitor b. Reliability Monitor c. Resource Monitor d. Task Manager

Computer Science & Information Technology

A string in C is __________.

a) an array of characters ending in the empty string b) a sequence of characters contained within single quotes c) a sequence of characters preceded by a length field d) an array of characters ending in the null character

Computer Science & Information Technology