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...

Brief explaination about #include<iostream.h>,
cin and cout

Answer Posted / geetha

#include<iostream.h> is a header file .it helps to perform
the cin,cout statements.
1.iostream-input output stream.
2.cin is like a scanf statement in "C" but it do not need a
format specification.this also called as right in operator
(ie)scanf("%d,%d",&a,&b)
cin>>a>>b
3.cout is like a printf statement in "C" but it do not need
a format specification.this also called as left out
operator
(ie)printf("%d,%d",a,b)
cout<<a<<b

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c++ good for?

1115


Which c++ compiler is best?

1202


What is microsoft c++ redistributable?

1149


What is const pointer and const reference?

1231


What is c++ w3school?

1156


Explain static and dynamic memory allocation with an example each.

1155


Explain function overloading and operator overloading.

1123


What's the order in which the local objects are destructed?

1309


Explain stack unwinding.

1142


What are the types of container classes?

1228


Is ca high or low level language?

1132


What does scope resolution operator do?

1167


What is the meaning of string in c++?

1110


What is an operator function? Describe the function of an operator function?

1237


Is empty stack c++?

1058