GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  C++

 Print  |  
Question:  C++ File Stream

Answer: What is the concept of file stream in C++? How is a file opened and closed in C++?


July 07, 2009 00:22:53 #1
 Peter_APIIT   Member Since: April 2008    Total Comments: 2 

RE: C++ File Stream
 
File stream are opened when default constructor was called and closed during destructor called.
     

 

Back To Question