What is the difference between the cout and cin iostream
objects?
Answer Posted / muhammad haroon
Cin stand console input and cout stand for console output.
Cin get data from user at compile time and cout display the data on computer screen .
These are predefined in c++
Cin operator is >> and cout operator is<<.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is microsoft visual c++ 2010 x86 redistributable?
What is ole? How do you handle drag and drop in ole?
What is a wizard?
Can I uninstall visual c++ 2005?
What is microsoft visual c++ redistributable and do I need it?
What is the use of microsoft visual c++ 2015 redistributable?
Where can I find microsoft visual c++ on my computer?
What is dao in vc ++?
What is visual c++ runtime error?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is vcruntime?
Is microsoft visual c++ important?
What is cwinthread class?
Explain the significance of initapplication() in vc++.
What is a copy constructor? What is the need for it?