Which of the following will correctly read from the istream
Which of the following will correctly read from the istream inFS to the string item?
Select one:
a. item >> inFS;
b. item << inFS;
c. inFS << item;
d. inFS >> item;
Solution
Option d is correct choice.
