What is the difference between the cout and cin iostream
objects?
Answer Posted / farkhanda
cin and cout both are used in iostream library
cin is same as "scanf" in C and cout is same as "printf" in C
cin operator is always ">>"
and
cout operator is always "<<"
the general syntax for cout is .... cout<<variable<<variable2<<....<<variable n;
the general syntax for cin is ....
cin>>variable1>>variable2>>.....>>variable n;
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
What is vcredist?
What is microsoft visual c++ 2008 redistributable and do I need it?
What is vcruntime?
What is microsoft visual c++ 2015 redistributable?
What is microsoft visual c++ 2005 redistributable?
What is microsoft visual c++ 2013 redistributable package x64?
Do I need the microsoft visual c++?
How do I install microsoft visual c++ 2015?
How do I uninstall visual c++?
How do I get rid of microsoft visual c++ runtime library error?
What is a microsoft visual c++ 2008 redistributable?
In which Way invoke context-sensitive help inside the editor?
What is cwinthread class?
How do I change visual code font?
What is odbc in vc ++?