Rishabh062 / Hacktoberfest2021

Contribute on this repository with valid pull request.
240 stars 1.21k forks source link

swapTwoStringInC++ #910

Open VenusYadav opened 1 year ago

VenusYadav commented 1 year ago

include

include

using namespace std;

int main() { string str1; string str2; cin>>str1; cin>>str2;

str1.swap(str2); 
cout<<str1<<"\n";
cout<<str2;

return 0;

}

Avy2808 commented 1 year ago

Hey @Rishabh062 can you please assign this issue to me under hacktoberfest2022

anushikhasingh08 commented 1 year ago

Sir, can you please assign this issue to me under hacktoberfest2022

Shivarawat commented 1 year ago

Can you assign this one to me?

yash2107 commented 1 year ago

I want to work on this issue.

Jaya-sys commented 1 year ago

@VenusYadav Hey can you assign this issue to me?

snehalshah8429 commented 12 months ago

@VenusYadav is the issue still open? I'm willing to work on this if you assign it to me