Need the full working code
mohit + bhalla = mohit bhalla
abcpqrabc - pqr= abcabc;
we have to use operator overloading and copy constructor;
okies
if any one have time than please hlp me
i need it
{for eg in main i have char c1,c2,c3;
c1=mohit;
c2=bhalla;
than c3=c1+c2;
c3.print();
}out put mst be mohitbhalla