Brief explaination about #include<iostream.h>,
cin and cout

Answer Posted / prabakaran

iostream-input and output stream
contain-cin,out(input and output stream)
cin-get data value from user
cout-put data value to screan

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of library?

593


Write a C++ Program to check whether a number is prime number or not?

630


Why main function is special in c++?

666


What is difference between n and endl in c++?

584


Can we use this pointer inside static member function?

626






How does work in c++?

594


How static variables and local variablesare similar and dissimilar?

557


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

632


What is the best way to declare and define global variables?

695


What is std namespace in c++?

717


Which operator cannot be overloaded c++?

585


What is the importance of mutable keyword?

579


What are the methods of exporting a function from a dll?

648


Will the following program execute?

557


Explain what is oop?

619