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
Can I delete old microsoft visual c++?
difference between assert and verify.
What is the difference between an MLE and an SLE?
What is iunknown? Explain some of commonly used methods provided by iunknown.
What is microsoft visual c++ 2005 redistributable?
What is odbc in vc ++?
What is microsoft visual c++ 2010 x86 redistributable?
What is microsoft visual c++ runtime library error?
Is it ok to uninstall microsoft visual c++?
Does visual c++ 2017 replace 2015?
What is microsoft visual c++ 2017 redistributable?
In which Way invoke context-sensitive help inside the editor?
What is difference between c++ and visual c++?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
Can I remove microsoft visual c++?