Get Mystery Box with random crypto!

What is the output? #include using namespace std; void swap( | Learn Programming تعلم البرمجة

What is the output?

#include

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<}

@SuDevelopers | SUBSCRIBE