answersLogoWhite

0


Best Answer

#include <fstream>

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which header file needs to be included in a program that uses the data types ifsteam and ofsteam?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is included in the header of an email?

There are several things that are included in the header of an email. The most important things to include are the recipient and the subject.


Which header file must be included to use the function pow?

The std::pow() function can be found in the &lt;cmath&gt; header.


What is the different between header file and header pointer?

Header file is a file which is meant to be included into another file during compilation. Examples: string.h, stdio.h, inttypes.h. Header pointer is a pointer to an object called header (for example header of a linked list).


Header files in c?

All functions are included without graphics.h.The graphic parameters will not be included.


How can you create a c program without using header file?

C programs do not require header files. If you want a C program without header files, you can simply not create them. However, you may or may not be able to include your non-header file source files.


Why header files is used?

to merge the content of a file included


On compilation a program throws an error saying a 'function should have prototype' what is wrong with the program?

One or more functions don't have a prototype. These functions should be either: - made static - have a prototype somewhere in a header (which is included into the same file)


Which header is accessible through string function?

I guess you wanted to ask which header is to be included for string functions. It's string.h


Why are all Header Files not declared in every C Program?

We only include the headers we actually use. It would be impractical to include every single header in every single program.


Can you compile program without header file?

Yes,we can compile our program without header file without any error,but we can not use any predefine functions like printf,scanf.


Which control flag must be included in the segment header to close a connection?

FIN


Formula of power in c program?

There is a function called pow in header math.h