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
Explain the important features of vc++?
What is the use of message map? Advantages of a message map.
What is visual c++ used for?
What is a wizard?
How can we use cmutex?
What is difference between c++ and vc++?
How do you handle drag and drop in ole?
Is microsoft visual c++ important?
What is the difference between turbo c++ and visual c++?
What is the difference between an MLE and an SLE?
Is visual c++ still used?
What is difference between c++ and visual c++?
Explain some of commonly used methods provided by iunknown.
Can I delete old microsoft visual c++?
What is microsoft visual c++ 2015 redistributable package x64?