Q. Which of the following is not an arithmetic operation? (A) x %= 10; (B) x != 10; (C) x /= 10; (D) x *= 10; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) x != 10; Explanation: The operator ” != ” used to check inequality.