Home » C Programming » Operators » Question
  1. Which of the following is not an arithmetic operation?
    1. a %= 10;
    2. a *= 10;
    3. a /= 10;
    4. a != 10;
    5. None of these
Correct Option: D

a != 10;



Your comments will be displayed only after manual approval.