Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swapTwoStringInC++ #910

Open
VenusYadav opened this issue Oct 26, 2022 · 6 comments
Open

swapTwoStringInC++ #910

VenusYadav opened this issue Oct 26, 2022 · 6 comments

Comments

@VenusYadav
Copy link

#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
Copy link

Avy2808 commented Oct 26, 2022

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

@anushikhasingh08
Copy link

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

@Shivarawat
Copy link

Can you assign this one to me?

@yash2107
Copy link

I want to work on this issue.

@Jaya-sys
Copy link

@VenusYadav Hey can you assign this issue to me?

@snehalshah8429
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants