3 3 votes In terms of the precedence order of operative, it followings like this Operative Order NOT 1 AND 2 OR 3 ---> 4 <--> 5 But I was wondering waht would be the order of precedence for the operative of EOR Discrete Mathematics discrete-math + – 33% Accept Rate Accepted 1 answers out of 3 questions SriAmin 290 points 3 3 3 answer comment Share 0 reply Please log in or register to add a comment.
1 1 vote Can you find it in the precedence order of bitwise operations (including xor) in a language such as C? Search online and find the order and share with us. tofighi answered Oct 3, 2018 tofighi 116k points 73 79 101 comment Share See 1 comment 1 1 comment reply SriAmin 290 points 3 3 3 commented Oct 4, 2018 reply flag So I believe I found the order, and it turns out the XOR is in between AND and OR, it can be shown in precedence order 8,9 and 10, in the following link https://en.cppreference.com/w/c/language/operator_precedence Thank You. 2 2 replyShare Please log in or register to add a comment.