Object Oriented Programming Using C Plus Plus - Study Mode
[#151] A group of related fields that contain all of the data about a specific person, place, or thing is called a
Correct Answer
(D) record
[#152] To send output to a file, you need to include the _____ header file in your program
Correct Answer
(B) fstream.h
[#153] A C++ _____ is a program that runs in a DOS window
Correct Answer
(C) console application
[#154] A(n) _____ is always incremented by a constant amount, whereas a(n) _____ is incremented by an amount that varies
Correct Answer
(B) counter, accumulator
[#155] The C++ _____ function generates random numbers
Correct Answer
generate()