Which of the following must be included in any program that uses the cin object?
a. compiler
b. the header file iostream
c. linker
d. brackets
e. None of these
b. the header file iostream
Computer Science & Information Technology
You might also like to view...
A queue is a First In First Out data structure.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The ________ operator always follows the cin object, and the ________ operator follows the cout object.
A) input, end B) get Char, print Char C) >> , << D) >> , >> E) << , >>
Computer Science & Information Technology
________ aligns text immediately with the right margin
A) Justified B) Right alignment C) Center alignment D) Left alignment
Computer Science & Information Technology
Express 10 miles in kilometers (use one kilometer is 0.6214 miles).
What will be an ideal response?
Computer Science & Information Technology