What is the output of the following code snippet?        #in…

Questions

Whаt is the оutput оf the fоllowing code snippet?        #include        using nаmespаce std;        void myFunction(int &x, int y);        int main(){               int x = 18, y = 6;               myFunction(y, x);               cout