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
What is c++ and its features?
Is c++ the most powerful language?
What is the use of pointer in c++ with example?
What is while loops?
Difference between a homogeneous and a heterogeneous container
Explain data encapsulation?
What is the c++ programming language used for?
What are friend functions in C++?
Why cstdlib is used in c++?
What is auto used for in c++?
Define a constructor?
What are 2 ways of exporting a function from a dll?
Is nan a c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What does count ++ do in c++?