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 inline function? Why pointers is not used in C++?
Inline function is the optimization technique used by the compilers. One can simply prepend inline keyword to function prototype to make a function inline. Inline function instruct compiler to insert complete...
Avinash
What is difference between object oriented procedure and object oriented programming?
i.basic building block for procedure orientation is functions while for OOPS its objects.. ii.pop follows top-down hierarchy while opps its just opposite. iii.pop lacks encapsualtion and has acesses...
Madhuranjan

What is the main difference between returning value of a function and does not return any value of a function in  C. Which is correct void main(void), int main(void), int main(int) , or void main(int) and explain the main difference between int main() and int main(void). 

A function may or may not return a value to the calling function. If the function is returning a value, then you have to mention the data type in the function definition and funtion declaration (like int,...
Mahesh Kondawar
How do I perform multiplication in C++?
Multiplication in C++ is as simple as using the * operator. It's a fundamental arithmetic operation, familiar to most developers even with minimal experience in the language. The basic concept involves...
Venkataramanaiah
0 0
5

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

Ask a Question

Related Lessons

Advantages of C++ Language
Advantages of C++ - C++ is a profoundly convenient dialect and is frequently the dialect of decision for multi-gadget, multi-stage application advancement. - C++ is a protest situated programming dialect...

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

How are C And C++ Different Form Each Other
1.C and C++ both have data types operator and conditional looping control statements. But the difference is that C++ has to object-oriented concepts which C programs do not have. Hence C program is like...

Interview Questions
(1) What is the output of below program: For(char i = 0; i<256; i++)Printf(“%d\n”,i); Modify above program so that it can prints number from 0 to 255. (2) Consider on following declaration: (i)...

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

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