+, -, *, /, %Assign or update values. Common in loops and arithmetic sequences.
Used to compare values, returning 1 (true) or 0 (false).
==, !=, >, <, >=, <=&& – AND|| – OR! – NOTOperate on bits rather than whole numbers.
&, |, ^, ~, <<, >>Determines the order in which operations are evaluated. Use parentheses to override precedence.
What will this print?
A. 0B. 1C. errorAsk the AI if you need help understanding or want to dive deeper in any topic