Arithmetic operators: These are operators used for mathematical calculations such as addition (+), subtraction (-), multiplication (*), and division (/).
Comparison operators: These are operators used to compare two values or variables, such as greater than (>), less than (<), equal to (==), not equal to (!=).
Compound assignment operators: These are shorthand versions of assignment operators combined with other arithmetic or bitwise operations, such as +=, -=, *=, /=.