Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.67K
~167 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for ganesh_IT

a simple program for overloading input and output operators in this program we use overloading of istream(>>) and ostream(<<) operators to change their behaviour. #include<iostream.h> class sowmya { int a,b; public: friend istream &operator >>(istream &x,sowmya &s)/*we use friend function because it gives direct access to private members a and …

Member Avatar for sowmyadantuluri
0
167

The End.