{{{~cpp #include using namespace std; void swap(int *a, int *b); void main() { int a=1, b=18; cout << a<<" "<< b<