Which of the following would correctly read an entire line from an input file stream named fin into a string variable named line.
a. getline(fin, line);
b. fin.getline(line);
c. fin.getline(line,'\n\');
d. fin.getline(line,80);
a. getline(fin, line);
Computer Science & Information Technology
You might also like to view...
Users have reported choppy audio in phone conversations since the implementation of SIP phones on the network. Which of the following should be implemented to alleviate the delays?
A. Caching B. VoIP C. QoS D. SMTP
Computer Science & Information Technology
A(n) ____________ is a special value that links a variable to an object.
a. linker b. reference c. operator d. delimiter
Computer Science & Information Technology