asked 217k views
3 votes
"+", "-", "x" are Arithmetical operators. "AND, "OR", "NOT" are which operators.​

asked
User Luger
by
8.4k points

2 Answers

5 votes
Yeah what the other person said is correct
answered
User Kalina
by
7.8k points
3 votes

Answer:

+, -, *, % are Arithmetical operators because they do math operations

&(AND), | (OR), ! (NOT) are Logic Operators and they do logic gates operations on the bits.

answered
User Jonny Rimek
by
8.2k points