Q. Which of the following is not an arithmetic operation?

  • (A) x %= 10;
  • (B) x != 10;
  • (C) x /= 10;
  • (D) x *= 10;
πŸ’¬ Discuss
βœ… Correct Answer: (B) x != 10;
Explanation: The operator ” != ” used to check inequality.
Explanation by: Rudra Pratap Singh
The operator ” != ” used to check inequality.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
208
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Rudra Pratap Singh
Publisher
πŸ“ˆ
98%
Success Rate