Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Chapter XI: Working with Files

1. b) fstreambase
2. c) fstream
3. a) ofstream out_strobj(sample);
4. c) ofstream_object.open(sample, ios::out);
5. c) Line 3
6. b) Working
7. c) n
8. b) 20
9. d) Both a and b
10. b) file_obj.read((char *) & aval, sizeof (aval));

You might also like