Telegram Group & Telegram Channel
What is the output?

#include<iostream>

using namespace std;
void swap(int m, int n) {
int x = m;

m = n;
n = x;
}
main() {
int x = 5, y = 3;

swap(x,y);
cout<<x<<" "<<y;

}

@SuDevelopers | SUBSCRIBE



tg-me.com/NoCplus/47
Create:
Last Update:

What is the output?

#include<iostream>

using namespace std;
void swap(int m, int n) {
int x = m;

m = n;
n = x;
}
main() {
int x = 5, y = 3;

swap(x,y);
cout<<x<<" "<<y;

}

@SuDevelopers | SUBSCRIBE

BY Learn C++




Share with your friend now:
tg-me.com/NoCplus/47

View MORE
Open in Telegram


telegram Telegram | DID YOU KNOW?

Date: |

What is Telegram Possible Future Strategies?

Cryptoassets enthusiasts use this application for their trade activities, and they may make donations for this cause.If somehow Telegram do run out of money to sustain themselves they will probably introduce some features that will not hinder the rudimentary principle of Telegram but provide users with enhanced and enriched experience. This could be similar to features where characters can be customized in a game which directly do not affect the in-game strategies but add to the experience.

A project of our size needs at least a few hundred million dollars per year to keep going,” Mr. Durov wrote in his public channel on Telegram late last year. “While doing that, we will remain independent and stay true to our values, redefining how a tech company should operate.

telegram from jp


Telegram Learn C++
FROM USA