UrbanPro

Learn C++ Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

What is iostream.h?

Asked by Last Modified  

Follow 8
Answer

Please enter your answer

Software Developer, Expertise in Java/J2ee Technology.

It is a header file, which is needed to be included in C++ program to perform input output operations.
1 Comments

IOSREAM.H IS A FILE NAME IN WHICH I=INPUT,O=OUTPUT,STREAM=SEQUENCE OF BYTES AND .H IS THE EXTENSION WHICH MEANS THE HEADER FILE.
Comments

Tutor

C++ input/output streams are primarily defined by iostream , a header file that is part of the C++ standard library
Comments

Computer Programming Languages

The IOStream library was packaged with C++ for basic operations of input and output. The original IOStream library was nothing more than wrappers classes that called the stdio C library. The IOStream library was introduced to give an object oriented view of input and output. The IOStream library(header...
read more
The IOStream library was packaged with C++ for basic operations of input and output. The original IOStream library was nothing more than wrappers classes that called the stdio C library. The IOStream library was introduced to give an object oriented view of input and output. The IOStream library(header file iostream.h) defines three objects called cin, cout, and cerr. The cin object is an instance of the a class called istream. This class overrides the bit-wise right shift operator >> to perform inputs into various datatypes from standard input. The cout and cerr are instances of the class ostream. read less
Comments

Tutor

In our programs, we use some builtin functionalities for standard input and output. We directly call them to be used in our program, we do not define it in our main file, we just include it at top of our main file. iostream.h is a header file that contains builtin functionalities for standard input...
read more
In our programs, we use some builtin functionalities for standard input and output. We directly call them to be used in our program, we do not define it in our main file, we just include it at top of our main file. iostream.h is a header file that contains builtin functionalities for standard input , output. you can create your own header files and you can use them in your program. read less
Comments

Teacher

Its a header file in C++ which contains input/output datatypes and variables in C++.
Comments

btech mtech

Input related to our keyboard and output has a relation with display devices such as LED, LCD.
Comments

It provides the different Input Output related functions
Comments

Perl Developer | Perl Trainer

The header iostream.h is a non-standard header and does not exist on all platforms. As a matter of fact it does not exist on my system (using g++ and the GNU libstdc++). So any code using it would simply not compile on my system. The iostream.h header used to be common before C++ was first standardized...
read more
The header iostream.h is a non-standard header and does not exist on all platforms. As a matter of fact it does not exist on my system (using g++ and the GNU libstdc++). So any code using it would simply not compile on my system. The iostream.h header used to be common before C++ was first standardized in 1998. read less
Comments

Java Trainer with 8 years of Realtime Development Experience

It is a header file which is located in c++ installation direction. It has the code for input and output stream like cout and cin. like .txt, .mp3, .flv " .h " also a file extension. hope you got the answer
Comments

View 24 more Answers

Related Questions

Which language is best, C, C++, Python or Java?
If you want to learn any languages C#, Java, ect. then must to learn C, C++ language as these are base or language to be strong in language skills. C++ is improved version of C language. C#, Java, J# and etc. which are improved version of C++.
Sribaghya
0 0
6
I would like to be part of UrbanPro as a tutor
Follow below steps : 1. You are already registered with Thinkvidhya. 2. Pick up good plan starts with 500/- plan. 3. Which can help you to reach to students who are interested to get coaching from you....
Sreepa
what is method over-riding and how it is used ? if possible send with code with output or screen photo ?
Method over-riding : it is a technique in which more then one function with same name and same signature( similar type parameter) can present in program. in overriding a subclass method overrides the definition...
Sayyad
0 0
5
What is the best IDE for C and C++ development?
If you're a student then Turbo C++ is best for C and C++ program + inbuilt C/C++ Graphics Function If you're a professional or working then Netbeans for C/C++ or Code:: Blocks is Best.
Balakrishnasingh

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Importance Of Function Prototype In C
Function prototype tells compiler about number of parameters function takes, data-types of parameters and return type of function. By using this information, compiler cross checks function parameters and...

Why do pointers have a datatype?
Before we start with pointers you must know what is a variable and a datatype. int a; This is the basic line in every program in 'C' . It means that we are asking the compiler to give us 2 bytes of space...

Do (pre & post)Increment and decrement operators behave differently when printed in the same and different line in C++?
Before I explain anything,I would like you to run the following program. void main() {int j =10; cout<<“j before increment =“<<j; cout<<“++j =“<< ++j; cout<<“...

C++ Program-Single Dimension Array
/* WAP to print sum and largest value in a single dimension array*/ //Header files #include<iostream.h>#include<conio.h> //Main function void main(){ //Array declaration int num,i,sum,large;...
S

C++ Program Sample Application
//Standard Library Functions(Headers Files Used in C++) #include<iostream.h> #include<conio.h> //Main function int main() { //function for clearing the screen clrscr(); //function for...
S

Recommended Articles

Introduction C++ is an excellent programming language and many of the applications are written in C++ language. It has generic, object-oriented & imperative programming features, and also provides facilities for low-level memory manipulation. Successor of C language, it is an OOP (object oriented programming) language...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C++ Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C++ Language Classes?

The best tutors for C++ Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C++ Language with the Best Tutors

The best Tutors for C++ Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more