Computer Science - Object Oriented Programming Using C++

31.
To send output to a file, you need to include the _____ header file in your program
file.h
fstream.h
iomanip.h
iostream.h
of stream.h
Answer: Option
Explanation:
No answer description is available. Let's discuss.

32.
A C++ _____ is a program that runs in a DOS window
algorithm
cast application
console application
source application
Answer: Option
Explanation:
No answer description is available. Let's discuss.

33.
A difference, between reference variables and pointers is that
reference variables are easier to use
pointers are easier to use
reference variables are more flexible
no difference exists between reference variables and pointers
Answer: Option
Explanation:
No answer description is available. Let's discuss.

34.
A 'C function does not contain
a function header
argument declarations
other 'C' functions
function body
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

35.
_____ variables remain in memory until the program ends
Area
Global
Local
Reference
Value
Answer: Option
Explanation:
No answer description is available. Let's discuss.