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 cwinthread class?
What is vcredist?
difference between assert and verify.
Difference between getmessage, postmessage & peakmessage.
What is microsoft visual c++ 2013 redistributable package x64?
In which Way invoke context-sensitive help inside the editor?
How can we use cmutex?
What is cmutex? How can we use it?
How do I uninstall visual c++?
What is vc++ redistributable?
What is splitter window in vc++?
How do I remove microsoft visual c++ 2015 redistributable?
Do you need microsoft visual c++?
How do I change visual code font?
how to declare and populate an array of checkBoxes