Compound assignment

i want to ask about what is syntax of
for example :
1
2
3
4
5
int x =1;
x^=4;
x&=4;
x|=4;

Thanks
Topic archived. No new replies allowed.