What does a stream refer to?
a) flow of data
b) flow of control
c) Input
d) Output
Which of the following is stream insertion operator?
a) >
b) >>
c) <<
d) <
Which of the following is stream extraction
operator?
a) >
b) >>
c) <<
d) <
The cin object is followed by…operator on right side.
a) relational (>)
b) stream insertion (<<)
c) stream extraction (>>)
d) arithmetic (+)
The cout object is followed by ,…….. operator on right side.
a) relational (>)
b) stream insertion (<<)
c) stream extraction (>>)
d) arithmetic (+)
Which of the following stream object is used to get input from keyboard?
a) cout
b) cin
c) cinput
d) coi