1. What are different file stream classes? Explain the syntax of opening the file in read and write mode. Can while(fin) be replaced with if(fin1.eof()!=0) to process the file? Justify. 2. What is initializer lists? Explain with suitable example.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section9.2: Exceptions And File Checking
Problem 3E
icon
Related questions
Question
Short answer type question?
10 marks
1. What are different file stream classes? Explain the syntax of opening the file in read and write mode.
Can while(fin) be replaced with if(fin1.eof()!=0) to process the file? Justify.
2. What is initializer lists? Explain with suitable example.
Transcribed Image Text:Short answer type question? 10 marks 1. What are different file stream classes? Explain the syntax of opening the file in read and write mode. Can while(fin) be replaced with if(fin1.eof()!=0) to process the file? Justify. 2. What is initializer lists? Explain with suitable example.
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Stack operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr