Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 9 (Q.No. 50)
50.
To write data that contains variables of type float, to an object of type ofstream, you should use
the insertion operator
seekg()
writeQ
put()
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ayesha... said:   5 years ago
The write() function is an output function used to display the entire line of text.
The format of write() function is;
cout.wirte(line,size);
(1)

Post your comments here:

Your comments will be displayed after verification.