Most C++ programs contain statements that use ____ for input and output and for finding such quantities as square roots, absolute values, and other commonly encountered mathematical calculations.

A. classes
B. objects
C. databases
D. preprogrammed routines


Answer: D

Computer Science & Information Technology

You might also like to view...

A(n) __________ is a special built-in pointer that is available to a class's member functions..

a. this pointer b. &constructor pointer c. ~destructor *ptr d. overload operator, -> e. None of these

Computer Science & Information Technology

Alpha channels are listed on the ____ panel in Photoshop.

A. Selections B. Channels C. Thumbnail D. Work

Computer Science & Information Technology

You can set guides either to snap to page elements or have page elements snap to them.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

C++'s endl is equivalent to C's newline sequence '\n' followed by a(n) ____ function call.

A. flush() B. force() C. print() D. out()

Computer Science & Information Technology