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

What is the difference between class and structure?
Basic difference between class and structure is that Structures are used to store data and a class defined both data and the functions that access that data.
Aparna
0 0
8
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
What is the actual size of INT in the C language, 2 or 4 bytes?
The actual size to int is determined by the compiler as the program runs. But theoretically the size is 2 bytes. You can increase the size by adding keyword long infront of it to make the size 4 bytes. Eg int a; // 2 bytes Long int b; // 4 bytes
Kunal
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
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

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

Ask a Question

Related Lessons

Why Indexing Should Start From Zero In Array ?
Why numbering should start at zero? To denote the subsequence of natural numbers 2, 3, ..., 12 without the pernicious three dots, fourconventions are open to usa) 2 ≤ i < 13b) 1 < i ≤ 12c)...

Do You Know How Is Size Of Structure Defined?
Size of the structure is defined based on multiplies of bigger data type member in the structure. Example: If a structure contains integer, char, short data type, then size of the Structure will be multiples...

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...

Definite book guides for C++
This post attempts to collect the few pearls among the dozens of bad C++ books. Unlike many other programming languages, which are often picked up on the go from tutorials found on the internet, only...

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...

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 >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

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 >

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