Int x = 7, y = 4, z = 2; cout << ( x|y&z ) << endl; What will be the output of the above code?

sir is this solved with the help of precedence operator from left to right
please explain