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 the size of integer variable?
What is constant in c++ with example?
Can I create my own functions in c++?
Which field is used in c++?
What is the importance of mutable keyword?
What is c++ programming language?
What is the difference between struct and class?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Which bitwise operator is used to check whether a particular bit is on or off?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
How can a called function determine the number of arguments that have been passed to it?
What are put and get pointers?
What is the use of string in c++?
Is c++ a high level language?
How do you declare a set in c++?