Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between the cout and cin iostream
objects?

Answer Posted / mukta b

• Cin : Represented by insertion operator >>
Cout : Represented by extraction operator <<

• cin : is an object of input streams like consoles, files, etc.
Cout : is an object of output streams that's used to show outputs.

• cin : is an input statement
cout : is an output statement

Example :
#include<iostream.h>
#include<conio.h>
void main()
{
int a;
cout<<"Enter value for a: "; //taking value of a
cin>>a; //inputing value
cout<<"A = "<<a; //outputing value
getch();
}

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of microsoft visual c++ 2015 redistributable?

1034


Can I uninstall visual c++ 2005?

1028


What is a thread (VC++) and state the difference between Cmutex and Csemaphone?

1089


What is a wizard?

2288


What is splitter window in vc++?

1156


How do I get rid of microsoft visual c++ runtime library error?

1223


How do I install microsoft visual c++ 2015?

1048


What is difference between c++ and vc++?

1308


Explain some of commonly used methods provided by iunknown.

958


What is odbc in vc ++?

1181


How do I create an mfc application in vc++?

1096


Explain pointer to the constant and constant pointer?

982


What is visual c++ used for?

1065


Do I need the microsoft visual c++?

1099


What is microsoft visual c++ 2013 redistributable package x64?

1057