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 are the various access specifiers in c++?
why is iostream::eof inside a loop condition considered wrong?
Can we use struct in c++?
Describe the advantages of operator overloading?
What is the use of this pointer in c++?
What is a static member?
Is c++ still in demand?
What do you mean by static variables?
What are the three forms of cin.get() and what are their differences?
What is anonymous object in c++?
Write a program to find the reverse Fibonacci series starting from N.
What is a c++ object?
Explain selection sorting. Also write an example.
the first character in the variable name must be an a) special symbol b) number c) alphabet
why is c++ called oops? Explain