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
Is visual c++ the same as c++?
Do I need the microsoft visual c++?
In which Way invoke context-sensitive help inside the editor?
Is it ok to uninstall microsoft visual c++?
What is microsoft visual c++ 2005 redistributable?
Difference between critical section, mutex and semaphore.
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is difference between c++ and visual c++?
Do I need all the microsoft visual c++ redistributable?
Do I need microsoft visual c++ 2005 redistributable on my computer?
What is microsoft visual c++ 2008 redistributable?
How do I uninstall and reinstall microsoft visual c++ runtime libraries?
Can I delete old microsoft visual c++?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
What is cmutex? How can we use it?